Class: Blacksmith::CommandShell

Inherits:
Object
  • Object
show all
Defined in:
lib/blacksmith/preprocessor.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#commandObject

Returns the value of attribute command.



50
51
52
# File 'lib/blacksmith/preprocessor.rb', line 50

def command
  @command
end

#optionsObject

Returns the value of attribute options.



51
52
53
# File 'lib/blacksmith/preprocessor.rb', line 51

def options
  @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