Class: String

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

Instance Method Summary collapse

Instance Method Details

#linesObject



3
4
5
# File 'lib/ext/string.rb', line 3

def lines
  self.map
end