Method: Languages::VariableBehaviour#handle_multiple_declaration_with_equal
- Defined in:
- lib/kuniri/language/abstract_container/structured_and_oo/variable_behaviour.rb
#handle_multiple_declaration_with_equal(pString) ⇒ Object (protected)
Handling multiple declaration with equal.
38 39 40 |
# File 'lib/kuniri/language/abstract_container/structured_and_oo/variable_behaviour.rb', line 38 def handle_multiple_declaration_with_equal(pString) raise NotImplementedError end |