File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1- if defined? ( RUBY_ENGINE ) && RUBY_ENGINE != 'ruby'
1+ if defined? ( RUBY_ENGINE ) && 'rbx' == RUBY_ENGINE
22 # create dummy Makefile to indicate success
33 f = File . open ( File . join ( File . dirname ( __FILE__ ) , "Makefile" ) , "w" )
44 f . write ( "all:\n \t echo all\n install:\n \t echo installed\n " )
Original file line number Diff line number Diff line change 1- if defined? ( RUBY_ENGINE ) && RUBY_ENGINE != 'ruby'
1+ if defined? ( RUBY_ENGINE ) && 'rbx' == RUBY_ENGINE
22 # create dummy Makefile to indicate success
33 f = File . open ( File . join ( File . dirname ( __FILE__ ) , "Makefile" ) , "w" )
44 f . write ( "all:\n \t echo all\n install:\n \t echo installed\n " )
Original file line number Diff line number Diff line change 11if defined? ( RUBY_ENGINE ) && 'rbx' == RUBY_ENGINE
22 require 'debase/rbx'
3- elsif defined? ( RUBY_ENGINE ) && RUBY_ENGINE == 'truffleruby'
4- require "debase/version"
5- return
63else
74 require "debase_internals"
85end
You can’t perform that action at this time.
0 commit comments