Method: Charty::IRubyHelper.nteract?

Defined in:
lib/charty/iruby_helper.rb

.nteract?Boolean



14
15
16
# File 'lib/charty/iruby_helper.rb', line 14

def nteract?
  ENV.key?("NTERACT_EXE")
end