Object
Slim commandline interface @api private
# File lib/slim/command.rb, line 10 def initialize(args) @args = args @options = {} end
Run command
# File lib/slim/command.rb, line 16 def run @opts = OptionParser.new(&method(:set_opts)) @opts.parse!(@args) process end
[Validate]
Generated with the Darkfish Rdoc Generator 2.