Sha256: d3beba0a765c49eee440f0866a9c9d091852d9043b3b2f30d52b13d907b95ed8
Contents?: true
Size: 249 Bytes
Versions: 3
Compression:
Stored size: 249 Bytes
Contents
module Rack module Gyazo class << self def configure_with(hash) @configuration = Rack::Gyazo::Configuration.new(hash) end def configuration (@configuration || configure_with({})) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rack_gyazo-0.1.2 | lib/rack/gyazo.rb |
rack_gyazo-0.1.1 | lib/rack/gyazo.rb |
rack_gyazo-0.1.0 | lib/rack/gyazo.rb |