Skip to content

Instantly share code, notes, and snippets.

@ehrenmurdick
Forked from leongersing/gist:161319
Created August 4, 2009 16:46
Show Gist options
  • Save ehrenmurdick/161347 to your computer and use it in GitHub Desktop.
Save ehrenmurdick/161347 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