Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/dummy/core_ext/string.rb

Instance Method Summary collapse

Instance Method Details

#numerifyObject



2
3
4
# File 'lib/dummy/core_ext/string.rb', line 2

def numerify
  gsub(/#/) { rand(10).to_s }
end