Module: Bob::Compiler::Editable
Instance Method Summary collapse
Instance Method Details
#initialize ⇒ Object
7 8 9 10 |
# File 'lib/bob/compiler/editable.rb', line 7 def initialize(*) super @next_editable_id = Hash.new(0) end |
7 8 9 10 |
# File 'lib/bob/compiler/editable.rb', line 7 def initialize(*) super @next_editable_id = Hash.new(0) end |