Sha256: b8a5b248b6a1e003b849d75b24fe8401244a6cb68e7a1791b6ab00e395af8135
Contents?: true
Size: 170 Bytes
Versions: 2
Compression:
Stored size: 170 Bytes
Contents
class FailCommand prepend SimpleCommand def initialize(input) @input = input end def perform add_error(:wrong_math, 'Math is not an opinion') end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
simple_command-0.0.5 | spec/factories/fail_command.rb |
simple_command-0.0.4 | spec/factories/fail_command.rb |