Method: Pod::Generator::FileList#initialize
- Defined in:
- lib/pod_builder/swizzles.rb
#initialize(paths) ⇒ FileList
Returns a new instance of FileList.
110 111 112 113 |
# File 'lib/pod_builder/swizzles.rb', line 110 def initialize(paths) paths.uniq! swz_initialize(paths) end |