Class: Rfix::CLI::Command::Local

Inherits:
Base
  • Object
show all
Defined in:
lib/rfix/cli/command/local.rb

Instance Method Summary collapse

Methods included from Log

prompt, say, say!

Instance Method Details

#call(**params) ⇒ Object



7
8
9
# File 'lib/rfix/cli/command/local.rb', line 7

def call(**params)
  define(Rfix::Branch::Upstream.new, **params)
end