Sha256: eca9ed5e94a7c06de5dbee40383e4412e9b274631be96e8d175b156a5652cbf0
Contents?: true
Size: 132 Bytes
Versions: 1
Compression:
Stored size: 132 Bytes
Contents
module ToyRoboSimulator class Table attr_accessor :x, :y def initialize(x, y) @x = x @y = y end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
toy_robo_simulator-0.1.0 | lib/toy_robo_simulator/table.rb |