Libraries
»
conway
(0.3.0)
»
Index
»
Conway
»
Point
»
#x
Method: Conway::Point#x
Defined in:
lib/conway/point.rb
#
x
⇒
Object
Returns the value of attribute x.
3 4 5
# File 'lib/conway/point.rb', line 3
def
x
@x
end