File tree Expand file tree Collapse file tree 2 files changed +26
-26
lines changed
rake_tasks/crazy_fun/mappings Expand file tree Collapse file tree 2 files changed +26
-26
lines changed Original file line number Diff line number Diff line change 1
- module CrazyFun
2
- module Mappings
3
- class ExportMappings
4
- # TODO: LH - Check the usage of this. It seems it isn't consumed
5
- # If so all downstream fun mappings (Export::), can be removed
6
- def add_all ( fun )
7
- fun . add_mapping ( "export_file" , Export ::CheckPreconditions . new )
8
- fun . add_mapping ( "export_file" , Export ::CreateTask . new )
9
- fun . add_mapping ( "export_file" , Export ::AddDependencies . new )
10
- end
11
- end
12
- end
13
- end
1
+ # module CrazyFun
2
+ # module Mappings
3
+ # class ExportMappings
4
+ # # TODO: LH - Check the usage of this. It seems it isn't consumed
5
+ # # If so all downstream fun mappings (Export::), can be removed
6
+ # def add_all(fun)
7
+ # fun.add_mapping("export_file", Export::CheckPreconditions.new)
8
+ # fun.add_mapping("export_file", Export::CreateTask.new)
9
+ # fun.add_mapping("export_file", Export::AddDependencies.new)
10
+ # end
11
+ # end
12
+ # end
13
+ # end
Original file line number Diff line number Diff line change 10
10
# ],
11
11
# out = "outputfolder")
12
12
13
- module CrazyFun
14
- module Mappings
15
- class FolderMappings
16
- # TODO: LH - Check the usage of this. It seems it isn't consumed
17
- # If so all downstream fun mappings (Folder::), can be removed
18
- def add_all ( fun )
19
- fun . add_mapping ( "folder" , Folder ::CheckPreconditions . new )
20
- fun . add_mapping ( "folder" , Folder ::CreateTask . new )
21
- fun . add_mapping ( "folder" , Folder ::AddDependencies . new )
22
- end
23
- end
24
- end
25
- end
13
+ # module CrazyFun
14
+ # module Mappings
15
+ # class FolderMappings
16
+ # # TODO: LH - Check the usage of this. It seems it isn't consumed
17
+ # # If so all downstream fun mappings (Folder::), can be removed
18
+ # def add_all(fun)
19
+ # fun.add_mapping("folder", Folder::CheckPreconditions.new)
20
+ # fun.add_mapping("folder", Folder::CreateTask.new)
21
+ # fun.add_mapping("folder", Folder::AddDependencies.new)
22
+ # end
23
+ # end
24
+ # end
25
+ # end
You can’t perform that action at this time.
0 commit comments