Module: RTM::IO::ToString::Locator
- Defined in:
- lib/rtm/io/to_string.rb
Instance Method Summary collapse
Instance Method Details
#to_s(style = :short) ⇒ Object
136 137 138 139 140 141 142 143 |
# File 'lib/rtm/io/to_string.rb', line 136 def to_s(style=:short) case style when :short value when :long value end end |