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
42 43 44 |
# File 'lib/rundoc/code_command.rb', line 42 def call(env = {}) raise "not implemented on #{inspect}" end |