Class: GoNative::Commands::IOS::ExtractExtensions

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

Instance Method Summary collapse

Methods inherited from Base

inherited

Instance Method Details

#call(path:) ⇒ Object



11
12
13
# File 'lib/gonative/commands/ios/extract_extensions.rb', line 11

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