Class: Toodledo::CommandLine::ContextFormatter

Inherits:
Object
  • Object
show all
Defined in:
lib/toodledo/command_line/context_formatter.rb

Instance Method Summary collapse

Instance Method Details

#format(context) ⇒ Object



4
5
6
# File 'lib/toodledo/command_line/context_formatter.rb', line 4

def format(context)
  return "<#{context.server_id}> -- @[#{context.name}]"
end