Method: AimsProject::GeometryEditor#get_contents
- Defined in:
- lib/aims_project/geometry_editor.rb
#get_contents ⇒ Object
Return the text contents of this control after evaluating it with ERB
107 108 109 |
# File 'lib/aims_project/geometry_editor.rb', line 107 def get_contents ERB.new(@text_ctrl.get_value).result end |