Method: Configlet#prefix

Defined in:
lib/configlet.rb

#prefixObject

What’s at the front of our environment variables? This will be upcased and a trailing underscore will be added, so Configlet[:foo] with a prefix of thunk maps to the THUNK_FOO environment variable. Default is nil.



12
13
14
# File 'lib/configlet.rb', line 12

def prefix
  @prefix
end