Method: Shells::SerialShell#line_ending
- Defined in:
- lib/shells/serial_shell.rb
#line_ending ⇒ Object
Gets the line ending for the instance.
91 92 93 |
# File 'lib/shells/serial_shell.rb', line 91 def line_ending @line_ending ||= "\r\n" end |