Sha256: 02f6c551d7c8ed2ef517b14417cbc0253b5a77509d646c978b5150bc445aa294
Contents?: true
Size: 152 Bytes
Versions: 5
Compression:
Stored size: 152 Bytes
Contents
module Emotions class InvalidEmotion < StandardError attr_reader :emotion def initialize(emotion) @emotion = emotion end end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
emotions-0.3.1 | lib/emotions/errors.rb |
emotions-0.3 | lib/emotions/errors.rb |
emotions-0.2.2 | lib/emotions/errors.rb |
emotions-0.2.1 | lib/emotions/errors.rb |
emotions-0.2 | lib/emotions/errors.rb |