Class: Latex::Formatters::StringFormatter
- Inherits:
-
Object
- Object
- Latex::Formatters::StringFormatter
- Defined in:
- lib/ruby-latex.rb
Instance Method Summary collapse
Instance Method Details
#call(object) ⇒ Object
369 370 371 |
# File 'lib/ruby-latex.rb', line 369 def call(object) object.to_s end |