HiveerT9 / space.rb
HiveerLi's picture
Create space.rb
0bcb833 verified
raw
history blame
48 Bytes
class Space
def read
puts 'read'
end
end