Method: Cod::Beanstalk::Channel#_dump

Defined in:
lib/cod/beanstalk/channel.rb

#_dump(level) ⇒ Object

———————————————————- serialization



181
182
183
184
# File 'lib/cod/beanstalk/channel.rb', line 181

def _dump(level) # :nodoc:
  Marshal.dump(
    [@tube_name, @server_url])
end