Class: AuthorEngine::CodeEditor::CodeInput

Inherits:
Gosu::TextInput
  • Object
show all
Defined in:
lib/author_engine/views/code_editor.rb

Instance Method Summary collapse

Instance Method Details

#filter(text_in) ⇒ Object



5
6
7
# File 'lib/author_engine/views/code_editor.rb', line 5

def filter(text_in)
  return text_in
end