File: example.rb

package info (click to toggle)
mruby 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,576 kB
  • sloc: ansic: 37,355; ruby: 18,305; yacc: 6,107; sh: 20; makefile: 12
file content (3 lines) | stat: -rw-r--r-- 81 bytes parent folder | download | duplicates (25)
1
2
3
assert('Ruby Extension Example') do
  RubyExtension.respond_to? :ruby_method
end