Method: Inch::CodeObject::Proxy::Base#api_tag?
- Defined in:
- lib/inch/code_object/proxy/base.rb
#api_tag? ⇒ Boolean
Returns true if the object has an @api tag.
47 48 49 |
# File 'lib/inch/code_object/proxy/base.rb', line 47 def api_tag? self[:api_tag?] end |