Method: String#lines

Defined in:
lib/xig_installer.rb

#linesObject



298
299
300
# File 'lib/xig_installer.rb', line 298

def lines
  self.split( /(?:\r\n|[\r\n])/ )
end