Class: String

Inherits:
Object show all
Defined in:
lib/motion-docs/monkeypatching.rb

Instance Method Summary collapse

Instance Method Details

#docsObject Also known as: ri



15
16
17
# File 'lib/motion-docs/monkeypatching.rb', line 15

def docs
  puts MotionDocs.new(self).help
end