SketchUp / ruby-api-docs

SketchUp Ruby API Documentation
18 stars 9 forks source link

ViewObserver.onViewChanged() callback example typo #31

Closed DanRathbun closed 6 years ago

DanRathbun commented 7 years ago

Sketchup::ViewObserver.onViewChanged() callback example has a typo.

The puts() method is spelled as "pust"

Should be:

def onViewChanged(view)
  puts "onViewChanged: #{view}"
end
DanRathbun commented 6 years ago

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.