# File cli/ruby-debug/helper.rb, line 3
def
inside_emacs?
ENV
[
'EMACS'
]
||
ENV
[
'INSIDE_EMACS'
]
end