Skip to content

Instantly share code, notes, and snippets.

@leongersing
Forked from ehrenmurdick/gist:161347
Created August 4, 2009 20:30
Show Gist options
  • Save leongersing/161526 to your computer and use it in GitHub Desktop.
Save leongersing/161526 to your computer and use it in GitHub Desktop.
class Numeric
def spaces
" " * self
end
end
p 128.spaces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment