Skip to content

Instantly share code, notes, and snippets.

@richo
Created September 1, 2015 22:02
Show Gist options
  • Save richo/430de959c59ab93564f1 to your computer and use it in GitHub Desktop.
Save richo/430de959c59ab93564f1 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
def fn(arg, other = arg.to_s)
puts other.inspect
end
fn(6)
fn(7, [1, 2])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment