Skip to content

Instantly share code, notes, and snippets.

@tanob
Created June 28, 2010 00:11
Show Gist options
  • Save tanob/455287 to your computer and use it in GitHub Desktop.
Save tanob/455287 to your computer and use it in GitHub Desktop.
def cached_result opts
puts opts
end
cached_result :for => 'bleh', :or => do 1+2 end
# Problem when executing:
#t.rb:5: syntax error, unexpected keyword_do_block
#cached_result :for => 'bleh', :or => do 1+2 end
# ^
#t.rb:5: syntax error, unexpected keyword_end, expecting $end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment