Skip to content

Instantly share code, notes, and snippets.

@dylanegan
dylanegan / Questions
Created August 9, 2011 18:24
Frozen Rails Give-away
Day job: I am a Merman at Heroku.
Your Rails contributions (if any): I used it, I swear.
What's your Ruby/Rail experience?: I know that the green car in a Nozomi is a really pimping way to travel when going by rail.
How do you use GitHub?: I drink it. The cider edition is plenty well 'ard.
- if @items
- @items.reject { |item| item[/views\/controls\/(hide-.*|index).haml/] }.each do |name|
%p do some stuff
def f(ra,n)
r=0
ra.each {|x| r+=1 if x.include? n}
r
end