module Sanford::ConnectionHandler::SummaryLine
Constants
- KEYS
Public Class Methods
new(line_attrs)
click to toggle source
# File lib/sanford/connection_handler.rb, line 143 def self.new(line_attrs) KEYS.map{ |k| "#{k}=#{line_attrs[k].inspect}" }.join(' ') end