Method: YARD::Handlers::C::Base.statement_class
- Defined in:
- lib/yard/handlers/c/base.rb
.statement_class(type = nil) ⇒ Object
30 31 32 |
# File 'lib/yard/handlers/c/base.rb', line 30 def self.statement_class(type = nil) type ? @statement_class = type : (@statement_class || Statement) end |