Sha256: 191b8e09596fb2fbefd4e08c35531f36cb537d760ac123f8633d848a0dd46d61
Contents?: true
Size: 168 Bytes
Versions: 1
Compression:
Stored size: 168 Bytes
Contents
module Abilities class Configuration def fetcher(&block) if block_given? @fetcher = block else @fetcher end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
abilities-0.1.2 | lib/abilities/configuration.rb |