lib/ver/help.rb in ver-2009.12.14 vs lib/ver/help.rb in ver-2010.02

- old
+ new

@@ -1,16 +1,6 @@ module VER module Help autoload :HelpForHelp, 'ver/help/help_for_help' autoload :DescribeKey, 'ver/help/describe_key' - - module Methods - def help_for_help - VER::Help::HelpForHelp.new(self) - end - - def describe_key - VER::Help::DescribeKey.new(self) - end - end end end