Class: YARDGo::Handlers::StructHandler

Inherits:
Base
  • Object
show all
Defined in:
lib/yard-go/handlers.rb

Instance Method Summary collapse

Methods inherited from Base

#call_params, #caller_method, handles?, #parse_block, #pkg, #test_file?

Instance Method Details

#regular_methsObject



54
55
56
# File 'lib/yard-go/handlers.rb', line 54

def regular_meths
  statement.meths.reject {|s| s.name =~ /^(Go)?String$/ }
end