Closed DanRathbun closed 6 years ago
Sketchup::ViewObserver.onViewChanged() callback example has a typo.
Sketchup::ViewObserver.onViewChanged()
The puts() method is spelled as "pust"
puts()
pust
Should be:
def onViewChanged(view) puts "onViewChanged: #{view}" end
This still has not been fixed. Migrating to the stubs repo as: https://github.com/SketchUp/ruby-api-stubs/issues/45
CLOSING in this repo.
Sketchup::ViewObserver.onViewChanged()
callback example has a typo.The
puts()
method is spelled as "pust
"Should be: