Skip to content

Instantly share code, notes, and snippets.

@pdabrowski6
Created January 12, 2018 13:24
Show Gist options
  • Save pdabrowski6/52a97168ac5ad074b2134899c8ce2555 to your computer and use it in GitHub Desktop.
Save pdabrowski6/52a97168ac5ad074b2134899c8ce2555 to your computer and use it in GitHub Desktop.
class Server
attr_reader :env, :domain
end
class Config
def server
@server ||= Server.new
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment