Method: Closure::Compiler::Compilation#<<
- Defined in:
- lib/closure/compiler.rb
#<<(javascript) ⇒ Object
Appends a string to the javascript.
132 133 134 135 |
# File 'lib/closure/compiler.rb', line 132 def <<(javascript) @javascript << javascript self end |