Skip to content

Instantly share code, notes, and snippets.

@billyyarosh
Last active December 9, 2021 05:17
Show Gist options
  • Save billyyarosh/37f263bb201f9feb7650bfade28abdcb to your computer and use it in GitHub Desktop.
Save billyyarosh/37f263bb201f9feb7650bfade28abdcb to your computer and use it in GitHub Desktop.
DI Example
def initialize(gateway_service: SongGatewayService.new)
@gateway_service = gateway_service
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment