diff options
| author | Seba Gamboa <[email protected]> | 2015-09-24 18:25:12 -0300 |
|---|---|---|
| committer | Seba Gamboa <[email protected]> | 2015-09-24 18:25:12 -0300 |
| commit | c1f2404de71e9a8f73271b05f59a225728212069 (patch) | |
| tree | b4f3842661dd6edd38c594579335e1ae5ea61f33 /spec | |
| parent | cc49ade5e7029e4d8d8d62b7c09590042b43d65d (diff) | |
| download | yard-mruby-c1f2404de71e9a8f73271b05f59a225728212069.tar.gz yard-mruby-c1f2404de71e9a8f73271b05f59a225728212069.zip | |
Generating C API HTML Layout
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/handlers/header/function_handler_spec.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/handlers/header/function_handler_spec.rb b/spec/handlers/header/function_handler_spec.rb index 8ad5334..b97abb6 100644 --- a/spec/handlers/header/function_handler_spec.rb +++ b/spec/handlers/header/function_handler_spec.rb @@ -6,5 +6,7 @@ describe YARD::MRuby::Handlers::Header::FunctionHandler do MRB_API void mrb_foo( void ); eof expect(Registry.at('mrb_foo')).not_to be_nil + + # puts Registry.send(:thread_local_store).inspect end end |
