Method: When::Coordinates::Residue#to_s
- Defined in:
- lib/when_exe/inspect.rb
#to_s ⇒ String
文字列化
202 203 204 205 206 |
# File 'lib/when_exe/inspect.rb', line 202 def to_s return @remainder.to_s unless label return label.to_s + "(#{difference})" unless @format @format.to_s % [label.to_s, difference, difference+1] end |