Skip to content

Instantly share code, notes, and snippets.

@13k
Created April 7, 2013 03:25
Show Gist options
  • Select an option

  • Save 13k/5328794 to your computer and use it in GitHub Desktop.

Select an option

Save 13k/5328794 to your computer and use it in GitHub Desktop.
def val
13
end
def assign
val = val.to_s
end
p assign
# => ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment