Module: Twterm::Tab::Dumpable::ClassMethods

Defined in:
lib/twterm/tab/dumpable.rb

Instance Method Summary collapse

Instance Method Details

#recover(app, client, title, arg) ⇒ Object



13
14
15
16
17
# File 'lib/twterm/tab/dumpable.rb', line 13

def recover(app, client, title, arg)
  tab = new(app, client, arg)
  tab.title = title
  tab
end