Skip to content

Instantly share code, notes, and snippets.

@ytaminE
Created December 10, 2017 22:12
Show Gist options
  • Select an option

  • Save ytaminE/8ecb4bc041b321b5efb0e699d1f42868 to your computer and use it in GitHub Desktop.

Select an option

Save ytaminE/8ecb4bc041b321b5efb0e699d1f42868 to your computer and use it in GitHub Desktop.
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