Method: Inch::Language::Elixir::CodeObject::Base#api_tag?
- Defined in:
- lib/inch/language/elixir/code_object/base.rb
#api_tag? ⇒ Boolean
Returns true if the object has an @api tag.
30 31 32 |
# File 'lib/inch/language/elixir/code_object/base.rb', line 30 def api_tag? self[:api_tag?] end |