class String
Public Instance Methods
docs()
click to toggle source
# File lib/motion-docs/monkeypatching.rb, line 15 def docs puts MotionDocs.new(self).help end
Also aliased as: ri
# File lib/motion-docs/monkeypatching.rb, line 15 def docs puts MotionDocs.new(self).help end