Skip to content

Instantly share code, notes, and snippets.

@RyanSpittler
Created February 23, 2015 23:11
Show Gist options
  • Save RyanSpittler/a7a5385462f4453e235e to your computer and use it in GitHub Desktop.
Save RyanSpittler/a7a5385462f4453e235e to your computer and use it in GitHub Desktop.
RuboCop
def angry_method(first_hash, second_hash)
puts first_hash
puts second_hash
end
angry_method({
first_key: 'first',
second_key: 'second',
third_key: 'third'
},
first_key: 'first',
second_key: 'second',
third_key: 'third'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment