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