Skip to content

Instantly share code, notes, and snippets.

@mleszcz
Last active May 16, 2018 12:50
# higher level
class Copy
def self.call
WriteToSSD.call(ReadFromSSD.call)
end
end
# lower level
Copy.call
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment