Class: GoNative::Commands::IOS::AddFiles

Inherits:
Base
  • Object
show all
Defined in:
lib/gonative/commands/ios/add_files.rb

Instance Method Summary collapse

Methods inherited from Base

inherited

Instance Method Details

#call(path:) ⇒ Object



10
11
12
# File 'lib/gonative/commands/ios/add_files.rb', line 10

def call(path:, **)
  Plugins::IOS::AddFiles.call(path)
end