Sha256: 20b2acb861efc80e234a7fdccd524ae1608e39a3e74f8924a0a707869031b075

Contents?: true

Size: 324 Bytes

Versions: 4

Compression:

Stored size: 324 Bytes

Contents

require 'net/http'

module Punchfork
  
  autoload :Configuration, 'punchfork/configuration'
  autoload :Base, 'punchfork/base'
  autoload :Search, 'punchfork/search'
  autoload :Recipe, 'punchfork/recipe'
  
  extend Configuration
  extend Base
  
  class << self
    
    def setup
      yield self
    end
    
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
punchfork-0.0.7 lib/punchfork.rb
punchfork-0.0.6 lib/punchfork.rb
punchfork-0.0.5 lib/punchfork.rb
punchfork-0.0.4 lib/punchfork.rb