Created
April 6, 2015 23:54
-
-
Save jasononaquest/d8ede20f8863dee92369 to your computer and use it in GitHub Desktop.
copy_list.rb
This file contains 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 characters
class CopyList | |
class << self | |
def call(list, name, user) | |
end | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment