Method: Languages::VariableBehaviour#prepare_final_string

Defined in:
lib/kuniri/language/abstract_container/structured_and_oo/variable_behaviour.rb

#prepare_final_string(pLine) ⇒ Object (protected)

Prepare final string, before save it in a container data.

Raises:

  • (NotImplementedError)


22
23
24
# File 'lib/kuniri/language/abstract_container/structured_and_oo/variable_behaviour.rb', line 22

def prepare_final_string(pLine)
  raise NotImplementedError
end