class Sumodev::Commands::Fork
Public Instance Methods
create(client, name)
click to toggle source
# File lib/sumodev/commands/fork.rb, line 27 def create(client, name) fork_generator = Sumodev::Generators::Fork::V3.new([client, name], options) fork_generator.invoke_all end