class Fastlane::CommandExecutor

Public Instance Methods

execute(command: nil, target_object: nil) click to toggle source
# File fastlane/lib/fastlane/server/command_executor.rb, line 3
def execute(command: nil, target_object: nil)
  not_implemented(__method__)
end