# File lib/hammer_cli/validator.rb, line 33 def exist? raise NotImplementedError end
# File lib/hammer_cli/validator.rb, line 39 def get_option(name) name = name.to_s raise _("Unknown option name '%s'") % name unless @options.has_key? name @options[name] end
Generated with the Darkfish Rdoc Generator 2.