Sha256: 63f398a052299aed5213f90d1e8a1121af4a24ae4546bf7b580a9336a6ef4206
Contents?: true
Size: 269 Bytes
Versions: 32
Compression:
Stored size: 269 Bytes
Contents
module Screengem # # Concern for adding the command pattern. # module Executable extend ActiveSupport::Concern # # Subclasses must implement an execute method. # def execute raise "You must define an execute method" end end end
Version data entries
32 entries across 32 versions & 1 rubygems