mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
7c469c0b9d
Tested CRuby 1.8.6 and 1.9.3 You can see building configuration in build_config.rb
6 lines
93 B
Ruby
6 lines
93 B
Ruby
module CRubyExtension
|
|
def CRubyExtension.ruby_method
|
|
puts "A Ruby Extension"
|
|
end
|
|
end
|