Method: FormatR::FormatEntry#to_s
- Defined in:
- lib/formatr.rb
#to_s ⇒ Object
show our values
468 469 470 471 472 |
# File 'lib/formatr.rb', line 468 def to_s () output = "'" + @val + "' unchanging:" + @unchanging.to_s #(output << " formatter:" + @formatter.class.to_s) if (!@unchanging) output end |