Class: Escort::GlobalPreParser
- Inherits:
-
Object
- Object
- Escort::GlobalPreParser
- Defined in:
- lib/escort/global_pre_parser.rb
Instance Attribute Summary collapse
-
#setup ⇒ Object
readonly
Returns the value of attribute setup.
Instance Method Summary collapse
-
#initialize(setup) ⇒ GlobalPreParser
constructor
A new instance of GlobalPreParser.
- #parse(cli_options) ⇒ Object
Constructor Details
#initialize(setup) ⇒ GlobalPreParser
Returns a new instance of GlobalPreParser.
5 6 7 |
# File 'lib/escort/global_pre_parser.rb', line 5 def initialize(setup) @setup = setup end |
Instance Attribute Details
#setup ⇒ Object (readonly)
Returns the value of attribute setup.
3 4 5 |
# File 'lib/escort/global_pre_parser.rb', line 3 def setup @setup end |
Instance Method Details
#parse(cli_options) ⇒ Object
9 10 11 |
# File 'lib/escort/global_pre_parser.rb', line 9 def parse() AutoOptions.new(()) end |