class ZabconExecuteCommand::Help

TODO Calling/showing help needs to be streamlined and cleaned up better

Attributes

obj[R]

Public Class Methods

new(obj) click to toggle source
# File libs/command_tree.rb, line 53
def initialize(obj)
  @obj=obj
end

Public Instance Methods

show_help() click to toggle source
# File libs/command_tree.rb, line 57
def show_help
  @obj.help.call
end