method
record

v3.0.9 -
Show latest stable
-
0 notes -
Class: ActionView::Helpers::PrototypeHelper::JavaScriptGenerator::GeneratorMethods
record(line)
private
Hide source
# File actionpack/lib/action_view/helpers/prototype_helper.rb, line 530 def record(line) line = "#{line.to_s.chomp.gsub(/\;\z/, '')};" self << line line end