Module: VER::Help::Methods

Included in:
Methods::Help
Defined in:
lib/ver/help.rb

Instance Method Summary collapse

Instance Method Details

#describe_keyObject



11
12
13
# File 'lib/ver/help.rb', line 11

def describe_key
  VER::Help::DescribeKey.new(self)
end

#help_for_helpObject



7
8
9
# File 'lib/ver/help.rb', line 7

def help_for_help
  VER::Help::HelpForHelp.new(self)
end