Method: CiLite::Build#initialize
- Defined in:
- lib/cilite/build.rb
#initialize(command) ⇒ Build
Returns a new instance of Build.
5 6 7 |
# File 'lib/cilite/build.rb', line 5 def initialize(command) @command = command end |
Returns a new instance of Build.
5 6 7 |
# File 'lib/cilite/build.rb', line 5 def initialize(command) @command = command end |