Skip to content

Instantly share code, notes, and snippets.

@marzdgzmn
Created December 1, 2018 20:56
Show Gist options
  • Save marzdgzmn/9b5487ce460236f8d462cbc717a9b0f3 to your computer and use it in GitHub Desktop.
Save marzdgzmn/9b5487ce460236f8d462cbc717a9b0f3 to your computer and use it in GitHub Desktop.
module Foo
module Manager
LOG = Logging.app_logger
#This should be in another file
module Logging
class << self
attr_reader :app_logger
end
@app_logger = Logger.new
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment