Class: Ckeditor::Utils::JavascriptCode
- Inherits:
-
String
- Object
- String
- Ckeditor::Utils::JavascriptCode
- Defined in:
- lib/ckeditor/utils/javascript_code.rb
Instance Method Summary collapse
-
#as_json(options = nil) ⇒ Object
:nodoc:.
-
#encode_json(encoder) ⇒ Object
:nodoc:.
Instance Method Details
#as_json(options = nil) ⇒ Object
:nodoc:
6 |
# File 'lib/ckeditor/utils/javascript_code.rb', line 6 def as_json( = nil) self end |
#encode_json(encoder) ⇒ Object
:nodoc:
7 |
# File 'lib/ckeditor/utils/javascript_code.rb', line 7 def encode_json(encoder) self end |