Libraries
»
lucy
(0.2.1)
»
Index
»
Lucy
»
JavascriptGenerator
»
#to_js
Method: Lucy::JavascriptGenerator#to_js
Defined in:
lib/lucy.rb
#
to_js
⇒
Object
53 54 55
# File 'lib/lucy.rb', line 53
def
to_js
to_a
.
join
(
"\n\n"
)
end