class RHC::RunnerHelpBindings

Public Instance Methods

commands() click to toggle source
# File lib/rhc/help_formatter.rb, line 22
def commands
  __getobj__.instance_variable_get(:@commands)
end
get_binding() click to toggle source
# File lib/rhc/help_formatter.rb, line 26
def get_binding
  binding
end