class Pod::Generator::FileList
Public Class Methods
new(paths)
click to toggle source
# File lib/pod_builder/podfile/pre_actions_swizzles.rb, line 8 def initialize(paths) paths.uniq! swz_initialize(paths) end
Also aliased as: swz_initialize