Module: VER::Methods::Help

Defined in:
lib/ver/methods/help.rb

Class Method Summary collapse

Class Method Details

.describe_keyObject



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

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

.help_for_helpObject



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

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