Class: CBS::BlockBinding
Instance Attribute Summary
Attributes inherited from Binding
Instance Method Summary collapse
Methods inherited from Binding
Constructor Details
This class inherits a constructor from CBS::Binding
Instance Method Details
#format_with(selector) ⇒ Object
241 242 243 |
# File 'lib/cbs.rb', line 241 def format_with(selector) " '#{selector.gsub("'", "\\'")}' : function(event)#{code}" end |