Methods

Bones::App

Constants

Error

Public Class Methods

run( args = nil ) click to toggle source

Create a new instance of Main, and run the bones application given the command line args.

    # File lib/bones/app.rb, line 14
14:   def self.run( args = nil )
15:     args ||= ARGV.dup.map! { |v| v.dup }
16:     ::Bones::App::Main.new.run args
17:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.