1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/wince/mkconfig_wce.rb

8 lines
167 B
Ruby
Raw Normal View History

f = File.open(ARGV[0], File::WRONLY|File::APPEND)
f.write <<EOM
class Object
remove_const :RUBY_PLATFORM
RUBY_PLATFORM = Config::CONFIG[\"RUBY_PLATFORM\"]
end
EOM