Method: Pod::Generator::FileList#initialize
- Defined in:
- lib/pod_builder/podfile/pre_actions_swizzles.rb
#initialize(paths) ⇒ FileList
Returns a new instance of FileList.
8 9 10 11 |
# File 'lib/pod_builder/podfile/pre_actions_swizzles.rb', line 8 def initialize(paths) paths.uniq! swz_initialize(paths) end |