Skip to content

Commit

Permalink
add .irbrc so that one can run it instantanious
Browse files Browse the repository at this point in the history
  • Loading branch information
phoet committed Sep 5, 2013
1 parent 1b4f297 commit d339e85
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .irbrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
$:.unshift File.expand_path('lib')

require 'asin'

ASIN::Configuration.configure do |config|
config.secret = ENV['ASIN_SECRET']
config.key = ENV['ASIN_KEY']
config.associate_tag = ENV['ASIN_TAG']
end

@client = ASIN::Client.instance

0 comments on commit d339e85

Please sign in to comment.