Skip to content

Commit

Permalink
deprecate (no longer used anywhere) helper module JRuby::IR
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Aug 15, 2017
1 parent 1733278 commit 158574d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/src/main/ruby/jruby/jruby.rb
Expand Up @@ -82,8 +82,8 @@ def compile(content = nil, filename = DEFAULT_FILENAME, extra_position_info = fa
end
end

# NOTE: This is not a public API and is subject to change at our whim
# @private
# NOTE: This is not a public API and is subject to change at our whim.
# @private no longer used - to be removed
module IR
def self.debug=(value)
org.jruby.RubyInstanceConfig.IR_DEBUG = !!value
Expand All @@ -109,6 +109,7 @@ def self.visualize
org.jruby.RubyInstanceConfig.IR_VISUALIZER
end
end
deprecate_constant :IR

class CompiledScript

Expand Down

0 comments on commit 158574d

Please sign in to comment.