Sha256: 2b2cac80c6c285f2dbc2073d1622bb8c8902732b27178706c43d4963731a7282
Contents?: true
Size: 422 Bytes
Versions: 36
Compression:
Stored size: 422 Bytes
Contents
# lib/gemwarrior/entities/items/cup.rb # Entity::Item::Cup require_relative '../item' module Gemwarrior class Cup < Item def initialize super self.name = 'cup' self.name_display = 'Cup' self.description = 'A nice stone mug, perfect for putting things into and then using to carry such things from place to place.' self.takeable = true end end end
Version data entries
36 entries across 36 versions & 1 rubygems