Skip to content

Instantly share code, notes, and snippets.

@caffo
Created September 17, 2012 22:38
Show Gist options
  • Save caffo/3740216 to your computer and use it in GitHub Desktop.
Save caffo/3740216 to your computer and use it in GitHub Desktop.
def foobar
# sux :(
foo = String.new
@bar.each do |b|
foo << b.body
end
foo
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment