Class: CBS::ObjectBinding
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
247 248 249 |
# File 'lib/cbs.rb', line 247 def format_with(selector) " '#{selector.gsub("'", "\\'")}' : #{code}" end |