Method: Languages::VariableBehaviour#handle_line_declaration
- Defined in:
- lib/kuniri/language/abstract_container/structured_and_oo/variable_behaviour.rb
#handle_line_declaration(pString) ⇒ Object (protected)
Handling line declaration.
45 46 47 |
# File 'lib/kuniri/language/abstract_container/structured_and_oo/variable_behaviour.rb', line 45 def handle_line_declaration(pString) raise NotImplementedError end |