summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/g/ruby_extension_example/test/example.rb
diff options
context:
space:
mode:
authorDaniel Bovensiepen <[email protected]>2012-09-21 20:21:14 +0800
committerDaniel Bovensiepen <[email protected]>2012-09-21 20:21:14 +0800
commit80b7f45fd17bac6f3623c92eceda26f6fbf72a64 (patch)
tree8c537ec8fe4ee360175508905bdc92d396353ed9 /mrbgems/g/ruby_extension_example/test/example.rb
parent668b22899f5067a5eb1d86b9eab9b99f9fae85c0 (diff)
downloadmruby-80b7f45fd17bac6f3623c92eceda26f6fbf72a64.tar.gz
mruby-80b7f45fd17bac6f3623c92eceda26f6fbf72a64.zip
Rename Gem Examples
Diffstat (limited to 'mrbgems/g/ruby_extension_example/test/example.rb')
-rw-r--r--mrbgems/g/ruby_extension_example/test/example.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/mrbgems/g/ruby_extension_example/test/example.rb b/mrbgems/g/ruby_extension_example/test/example.rb
new file mode 100644
index 000000000..0c1b63469
--- /dev/null
+++ b/mrbgems/g/ruby_extension_example/test/example.rb
@@ -0,0 +1,3 @@
+assert('Ruby Extension Example') do
+ RubyExtension.respond_to? :ruby_method
+end