Sha256: ce2dc60946286cad91c68946d48bc9b800d1b9374fff0aa1d718035de7d51b59
Contents?: true
Size: 269 Bytes
Versions: 2
Compression:
Stored size: 269 Bytes
Contents
module Rack module Gyazo class Configuration def initialize(options = {}) @configuration = options end def [](key) @configuration[key] end def cname @configuration[:cname] end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rack_gyazo-0.1.2 | lib/rack/gyazo/configuration.rb |
rack_gyazo-0.1.1 | lib/rack/gyazo/configuration.rb |