Method: Comet::DSL::HexOutput#initialize
- Defined in:
- lib/comet/dsl/hex_output.rb
#initialize(path) ⇒ HexOutput
Returns a new instance of HexOutput.
4 5 6 |
# File 'lib/comet/dsl/hex_output.rb', line 4 def initialize(path) @path = path end |