Skip to content

Instantly share code, notes, and snippets.

@taichiman
Created December 11, 2014 13:55
Show Gist options
  • Save taichiman/93ca48b26bde612410d0 to your computer and use it in GitHub Desktop.
Save taichiman/93ca48b26bde612410d0 to your computer and use it in GitHub Desktop.
if options[:test]
if options[:parsed_feed]
x= true
else
begin
raise
rescue
puts 'for testing need to pass :parsed_feed key'
end
end
else
x= false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment