Sha256: 0b7b1f790f9bb349bb85a3159e7264cd9eae467e1a149a14db6c6f8b83e76d45
Contents?: true
Size: 214 Bytes
Versions: 3
Compression:
Stored size: 214 Bytes
Contents
module Basic101 class Identifier include Identity def initialize(name) @name = name.to_s end def to_s @name end protected def state [@name] end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
basic101-0.4.0 | lib/basic101/identifier.rb |
basic101-0.2.0 | lib/basic101/identifier.rb |
basic101-0.1.0 | lib/basic101/identifier.rb |