goby-lang / api.doc

API Documentation for goby language
https://goby-lang.github.io/api.doc/
7 stars 2 forks source link

Empty instance method should not be printed #4

Closed hachi8833 closed 7 years ago

hachi8833 commented 7 years ago
 class Foo
   def bar
   end
 end

 a = Foo.new
 puts(a.bar)
hachi8833 commented 7 years ago

Sorry, wrong repository