lib/stair_master/conditions/base.rb in stair_master-0.0.3 vs lib/stair_master/conditions/base.rb in stair_master-0.1.0

- old
+ new

@@ -14,17 +14,9 @@ @method_name = method_name end ## Methods ------------------------------------------ - def available? - raise NotImplmenetedError - end - - def not_available? - raise NotImplmenetedError - end - def description raise NotImplementedError end def test(context) \ No newline at end of file