Last active
May 16, 2018 12:43
-
-
Save mleszcz/c10f107ec1a8b94065599c63984949fc to your computer and use it in GitHub Desktop.
Revisions
-
mleszcz revised this gist
May 16, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # higher level class Copy def self.call WriteToHDD.call(ReadFromHDD.call) -
mleszcz created this gist
May 16, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ # high level class Copy def self.call WriteToHDD.call(ReadFromHDD.call) end end # lower level Copy.call