Method: Gloo::Core::Obj.help

Defined in:
lib/gloo/core/obj.rb

.helpObject

Get help for this object.



343
344
345
# File 'lib/gloo/core/obj.rb', line 343

def self.help
  return 'No help found.'
end