class Fig::Command::Action::Update

Public Instance Methods

options() click to toggle source
# File lib/fig/command/action/update.rb, line 16
def options()
  return %w<--update>
end
prepare_repository(repository) click to toggle source
# File lib/fig/command/action/update.rb, line 20
def prepare_repository(repository)
  repository.update_unconditionally

  return
end