/a.rb
Last active
August 29, 2015 14:20
hash rockets are more beautiful than colon-oscopies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
segment = Segment::TwitterFollowers.create( | |
name: "Demo Twitter Followers Segment #{ timestamp }", | |
account: account, | |
client: client, | |
definition_data: "@nike\n" | |
) | |
VS | |
segment = Segment::TwitterFollowers.create( | |
:name => "Demo Twitter Followers Segment #{ timestamp }", | |
:account => account, | |
:client => client, | |
:definition_data => "@nike\n" | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Colons aren't sharp and pointy, though, so safer for use by the young. Think of the children!!