Skip to content

Commit

Permalink
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions kernel/bootstrap/jit.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module Rubinius
module JIT
class << self
attr_accessor :available
attr_accessor :enabled
attr_accessor :properties

alias_method :available?, :available
alias_method :enabled?, :enabled
end
end
end

0 comments on commit 1e70f98

Please sign in to comment.