diff options
| author | realtradam <[email protected]> | 2022-01-09 22:38:34 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-01-09 22:38:34 -0500 |
| commit | 633f774b0c554e6c916ff3d3a73886e7285322a1 (patch) | |
| tree | 64f168d344f377632d3891d21ff14adf80684e60 /mrblib/example.rb | |
| parent | 3a5b8018c4db077ef65f9c55aa5293a014e93e45 (diff) | |
| download | sample-mruby-gem-633f774b0c554e6c916ff3d3a73886e7285322a1.tar.gz sample-mruby-gem-633f774b0c554e6c916ff3d3a73886e7285322a1.zip | |
.
Diffstat (limited to 'mrblib/example.rb')
| -rw-r--r-- | mrblib/example.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mrblib/example.rb b/mrblib/example.rb index 8460b32..60f14e6 100644 --- a/mrblib/example.rb +++ b/mrblib/example.rb @@ -3,3 +3,4 @@ class Test puts "yes it does" end end +CRubyExtension.c_method |
