class Objc2swiftAssistant::GeneratedSwiftFileSet

Swift file sets simplify mapping to a new directory structure and the application on customization that will be associated with nodes in the original directory structure

Public Class Methods

new( root, configuration ) click to toggle source
Calls superclass method Objc2swiftAssistant::FileSet::new
# File lib/objc2swift_assistant/file_sets.rb, line 521
def initialize( root, configuration )
  super( root, configuration )
end