Method: Conway::Point#x

Defined in:
lib/conway/point.rb

#xObject

Returns the value of attribute x.



3
4
5
# File 'lib/conway/point.rb', line 3

def x
  @x
end