# File lib/launchy.rb, line 63
def
debug?
@debug
||
(
ENV
[
'LAUNCHY_DEBUG'
]
==
'true'
)
end