lib/expedia.rb in expedia-0.0.2 vs lib/expedia.rb in expedia-0.0.3
- old
+ new
@@ -23,10 +23,10 @@
class << self
attr_accessor :cid, :api_key, :shared_secret, :format, :locale,
:currency_code, :minor_rev
- # Default way to setup Expedia. Run rake task to create
+ # Default way to setup Expedia. Run generator to create
# a fresh initializer with all configuration values.
def setup
yield self
end