class AquaPlot::Util::XY
- AquaPlot::Util::XY
- Reference
- Object
Defined in:
common/options.crConstructors
Instance Method Summary
- #key : String
- #key=(key : String)
- #set_key(key : String)
- #to_range
-
#to_s
Returns a nicely readable and concise string representation of this object, typically intended for users.
- #x : Int32 | Float64
- #x=(x : Int32 | Float64)
- #y : Int32 | Float64
- #y=(y : Int32 | Float64)
Constructor Detail
Instance Method Detail
def to_s
#
Description copied from class Object
Returns a nicely readable and concise string representation of this object, typically intended for users.
This method should usually not be overridden. It delegates to
#to_s(IO)
which can be overridden for custom implementations.
Also see #inspect
.