Method: Rundoc::CodeCommand#call
- Defined in:
- lib/rundoc/code_command.rb
#call(env = {}) ⇒ Object
Executes command to build project Is expected to return the result of the command
31 32 33 |
# File 'lib/rundoc/code_command.rb', line 31 def call(env = {}) raise "not implemented on #{self.inspect}" end |