Sha256: b6ed67f46f64f0fa5c8f36ff96963c5cf926b2aff0bed75072a7ee6e529ebe10
Contents?: true
Size: 236 Bytes
Versions: 22
Compression:
Stored size: 236 Bytes
Contents
module Uber # Include this module into a class or extend an object to mark it as callable. # E.g., in a dynamic option in Options::Value it will be treated like a Proc object # and invoked with +#call+. module Callable end end
Version data entries
22 entries across 22 versions & 4 rubygems