Skip to content

Instantly share code, notes, and snippets.

@michaelglass
Created July 23, 2013 18:28
Show Gist options
  • Save michaelglass/6064866 to your computer and use it in GitHub Desktop.
Save michaelglass/6064866 to your computer and use it in GitHub Desktop.
ruby method calls can be split across lines
#! /usr/bin/env ruby
puts "asdf"
.split('')
.map(&:upcase)
.join('')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment