Method: Ed::Env.macruby?

Defined in:
lib/ed/env.rb

.macruby?Boolean



27
28
29
# File 'lib/ed/env.rb', line 27

def macruby?
  defined?(RUBY_ENGINE) && RUBY_ENGINE == 'macruby'
end