Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/xig_installer.rb
Instance Method Summary collapse
Instance Method Details
#lines ⇒ Object
298 299 300 |
# File 'lib/xig_installer.rb', line 298 def lines self.split( /(?:\r\n|[\r\n])/ ) end |