Skip to content

Instantly share code, notes, and snippets.

@audy
Created January 18, 2018 21:53
Show Gist options
  • Select an option

  • Save audy/8e4571a4b38b18272ee21f6c5ea66ece to your computer and use it in GitHub Desktop.

Select an option

Save audy/8e4571a4b38b18272ee21f6c5ea66ece to your computer and use it in GitHub Desktop.
class Render
def self.[](engine:)
p engine
end
end
Render[engine: 'doot']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment