Module: VER::Methods::Help

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

Class Method Summary collapse

Class Method Details

.describe_key(buffer) ⇒ Object

[View source]

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

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

.help_for_helpObject

[View source]

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

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