module Ruboto

Constants

ASSETS
DESCRIPTION
GEM_ROOT
UPDATE_VERSION_LIMIT
VERSION

Public Class Methods

enable_objectspace() click to toggle source

Enable ObjectSpace if running in JRuby, for the “main” lib

# File lib/ruboto/util/objectspace.rb, line 3
def self.enable_objectspace
  require 'jruby'
  JRuby.objectspace = true
rescue LoadError
end