Viewing profile — ark
ark
HN member- Joined
- Thu, Jan 06, 2011, 5:24 AM UTC
- HN karma
- 2
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About ark
No profile information was provided.
Recent public activity
-
comment
Comment #2631984
Great article. However, you should be using YARD. Along with: https://github.com/lsegal/yard-spec-plugin
-
comment
Comment #2074154
It's really common, actually. A symbol can actually have spaces in it: :"Some Text" is a perfectly valid symbol. ruby-1.9.2-p136 :001 > h = {:"Some Text" => 123} => {:"Some Text"=>…