Libraries
»
ecc
(0.1.3)
»
Index
»
Ecc
»
Point
»
#to_s
Method: Ecc::Point#to_s
Defined in:
lib/ecc/point.rb
#
to_s
⇒
Object
19 20 21 22 23
# File 'lib/ecc/point.rb', line 19
def
to_s
"(#{@x}, #{@y})"
end