Sha256: 3240b2e67559eae7c41f79b7b277f3884033fb0a6f71c05ea42c307d7e3da753
Contents?: true
Size: 341 Bytes
Versions: 2
Compression:
Stored size: 341 Bytes
Contents
module Alf module Command module ClassMethods # # Returns true # def command? true end # # Returns false # def operator? false end end def self.included(mod) mod.extend(ClassMethods) end end # module Command end # module Alf
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
alf-0.10.1 | lib/alf/command/class_methods.rb |
alf-0.10.0 | lib/alf/command/class_methods.rb |