diff options
| author | Seba Gamboa <[email protected]> | 2015-09-25 10:11:59 -0300 |
|---|---|---|
| committer | Seba Gamboa <[email protected]> | 2015-09-25 10:11:59 -0300 |
| commit | 723c2d4bd9575f05b5272a9e2eacb45e1d538af3 (patch) | |
| tree | 3a1f99ea4ff260eca955c63bf8d76bd7589232e5 /lib/yard/mruby/code_objects/function_object.rb | |
| parent | 5a6d8a0131140873fa1cd37bd3d76b0b06d633ae (diff) | |
| download | yard-mruby-723c2d4bd9575f05b5272a9e2eacb45e1d538af3.tar.gz yard-mruby-723c2d4bd9575f05b5272a9e2eacb45e1d538af3.zip | |
Headers and functions list
Diffstat (limited to 'lib/yard/mruby/code_objects/function_object.rb')
| -rw-r--r-- | lib/yard/mruby/code_objects/function_object.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/yard/mruby/code_objects/function_object.rb b/lib/yard/mruby/code_objects/function_object.rb index 60ff951..0a835b5 100644 --- a/lib/yard/mruby/code_objects/function_object.rb +++ b/lib/yard/mruby/code_objects/function_object.rb @@ -6,6 +6,10 @@ module YARD::MRuby::CodeObjects super end + def header + self.namespace + end + # Function's shouln't be namespaced def path self.name |
