Sha256: 99f6a9c58176b6f00b438297f67b5739af2f5e974a75db073e1ca187144dab77
Contents?: true
Size: 206 Bytes
Versions: 4
Compression:
Stored size: 206 Bytes
Contents
module Gamefic::Portable attr_writer :portable attr_writer :sticky attr_accessor :sticky_message def portable? @portable ||= false end def sticky? @sticky ||= false end end
Version data entries
4 entries across 4 versions & 1 rubygems