Skip to content

Instantly share code, notes, and snippets.

@andrewaguiar
Last active February 15, 2019 13:07
Show Gist options
  • Save andrewaguiar/a7847fc6cf2aafe04f6ec90612ecfb34 to your computer and use it in GitHub Desktop.
Save andrewaguiar/a7847fc6cf2aafe04f6ec90612ecfb34 to your computer and use it in GitHub Desktop.
# base service boilerplace module
module Service
module Base
def self.call(*args)
new.call(*args)
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment