diff options
| author | Seba Gamboa <[email protected]> | 2015-09-23 11:42:28 -0300 |
|---|---|---|
| committer | Seba Gamboa <[email protected]> | 2015-09-23 11:42:37 -0300 |
| commit | 731c5326b47b34364b2a8f69c6d558f52957a562 (patch) | |
| tree | 213d83fe80cd4ab7922e5e0879d3bcbd01db9a8a /lib/yard/mruby.rb | |
| parent | a88dcf7f44898495fd2d2535ec0c4508a4458c38 (diff) | |
| download | yard-mruby-731c5326b47b34364b2a8f69c6d558f52957a562.tar.gz yard-mruby-731c5326b47b34364b2a8f69c6d558f52957a562.zip | |
Detecting classes and methods from C sources
Diffstat (limited to 'lib/yard/mruby.rb')
| -rw-r--r-- | lib/yard/mruby.rb | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/lib/yard/mruby.rb b/lib/yard/mruby.rb index 960f7cf..d94cd78 100644 --- a/lib/yard/mruby.rb +++ b/lib/yard/mruby.rb @@ -1,7 +1,3 @@ -require "yard/mruby/version" - -module Yard - module Mruby - # Your code goes here... - end -end +require_relative "mruby/version" +require_relative "mruby/code_objects" +require_relative "mruby/handlers" |
