class Rootage::Argument

‘Argument` is an argument item for command.

Public Instance Methods

validate(&b) click to toggle source
# File lib/rootage/argument.rb, line 11
def validate(&b)
  self.validator = b
end