Flowdock
default_record_separator() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/shell.rb, line 66
    def default_record_separator
      if @default_record_separator
        @default_record_separator
      else
        $/
      end
    end
Register or log in to add new notes.