Created
December 10, 2017 22:12
-
-
Save ytaminE/8ecb4bc041b321b5efb0e699d1f42868 to your computer and use it in GitHub Desktop.
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 characters
| class Test | |
| def test(name, input) | |
| require "/tmp/file" | |
| result = Solution.new.send(name,input) | |
| puts result | |
| end | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment