Sha256: a9f4c048b190616ee7a4faa79d31845b22e65da4841d23f78ba7504388cb5d5b
Contents?: true
Size: 94 Bytes
Versions: 1
Compression:
Stored size: 94 Bytes
Contents
class Camera attr_accessor :x,:y def initialize(x=0,y=0) @x=x @y=y end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gglib-1.1.0 | lib/camera.rb |