class AuthorEngine::CodeEditor::CodeInput
Public Instance Methods
filter(text_in)
click to toggle source
# File lib/author_engine/views/code_editor.rb, line 5 def filter(text_in) return text_in end
# File lib/author_engine/views/code_editor.rb, line 5 def filter(text_in) return text_in end