Skip to content

Commit 90cd52d

Browse files
committed
Correct invalid syntax in Sketchup::Overlay#initialize.
1 parent 30491e5 commit 90cd52d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/sketchup-api-stubs/stubs/Sketchup/Overlay.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def getExtents
251251
# @raise [ArgumentError] if +id+ or +name+ is an empty string
252252
#
253253
# @version SketchUp 2023.0
254-
def initialize(id, name, description: = "")
254+
def initialize(id, name, description: "")
255255
end
256256

257257
# This is a user facing display name that will appear in the UI.

0 commit comments

Comments
 (0)