Class: Blacksmith::CommandShell
- Inherits:
-
Object
- Object
- Blacksmith::CommandShell
- Defined in:
- lib/blacksmith/preprocessor.rb
Instance Attribute Summary collapse
-
#command ⇒ Object
Returns the value of attribute command.
-
#options ⇒ Object
Returns the value of attribute options.
Class Method Summary collapse
Instance Attribute Details
#command ⇒ Object
Returns the value of attribute command.
50 51 52 |
# File 'lib/blacksmith/preprocessor.rb', line 50 def command @command end |
#options ⇒ Object
Returns the value of attribute options.
51 52 53 |
# File 'lib/blacksmith/preprocessor.rb', line 51 def @options end |
Class Method Details
.parse(line) ⇒ Object
45 46 47 |
# File 'lib/blacksmith/preprocessor.rb', line 45 def parse(line) nil or Object end |