Skip to content

Instantly share code, notes, and snippets.

@sixtyfive
Created April 30, 2020 10:51
Show Gist options
  • Save sixtyfive/c8f44771388345b64d07b4908a5f8f91 to your computer and use it in GitHub Desktop.
Save sixtyfive/c8f44771388345b64d07b4908a5f8f91 to your computer and use it in GitHub Desktop.
config-local.rb
require_relative 'config.rb'
# …
# just a few of these
FOOBAR = [:blah, :lalala, :wahwah]
# lots of stuff like this
FOOBAR = [:blah, :lalala]
require_once 'config-local.rb'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment