class Aspen::CLI::Commands::Push

Public Instance Methods

call(*) click to toggle source
# File lib/aspen/cli/commands/push.rb, line 8
def call(*)
  Aspen::Actions::Push.new.call
end