Skip to content

Commit

Permalink
ADDED: Debug mode global option -D
Browse files Browse the repository at this point in the history
  • Loading branch information
delano committed Jan 16, 2010
1 parent 16ae405 commit d65045d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rudy/aws.rb
Expand Up @@ -21,7 +21,7 @@ def escape!(str)
str.to_s.tr!("[\0\n\r\032\\\\]", '').gsub!(/([\'\"])/, '\\1\\1')
end

require 'rudy/aws/sdb'
#require 'rudy/aws/sdb'
require 'rudy/aws/ec2'
require 'rudy/aws/s3'

Expand Down

0 comments on commit d65045d

Please sign in to comment.