Web Development
ruby-amz.txt
Associated article: Ruby/Amazon & Amazon Web Services
Tags: Web Development
Published source code accompanying the article by Ian MacDonald in which he presents the Ruby/Amazon toolkit, a high-level abstraction of the Amazon Web Service for the Ruby programming language.
Ruby/Amazon & Amazon Web Services by Ian MacDonald Listing One #!/usr/bin/ruby -w # Use the Ruby/Amazon library require 'amazon/search' # Include the constants, classes and methods from the Amazon::Search module include Amazon::Search # Create a new ...


