Libraries
»
jarbler
(0.4.3)
»
Index
»
Jarbler
»
Config
»
#debug
Method: Jarbler::Config#debug
Defined in:
lib/jarbler/config.rb
#
debug
(msg) ⇒
Object
183 184 185
# File 'lib/jarbler/config.rb', line 183
def
debug
(
msg
)
puts
msg
if
ENV
[
'
DEBUG
'
]
end