Sha256: df333ea9013af94826014ba8296f6325af912d75e42f66f8cac7f3c182a50aea
Contents?: true
Size: 193 Bytes
Versions: 1
Compression:
Stored size: 193 Bytes
Contents
module CanTango class Engine attr_reader :ability def initialize ability @ability = ability end def execute! # raise NotImplementedError end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cantango-0.8.5.1 | lib/cantango/engine.rb |