lib/inch/code_object/provider/yard/object/base.rb in inch-0.3.1.rc2 vs lib/inch/code_object/provider/yard/object/base.rb in inch-0.3.1.rc3
- old
+ new
@@ -15,10 +15,10 @@
# @return [String] the codebase's directory
attr_accessor :base_dir
# Tags considered by wrapper methods like {#has_code_example?}
- CONSIDERED_YARD_TAGS = %w(api example param private return)
+ CONSIDERED_YARD_TAGS = %w(api example param private return since)
# convenient shortcuts to (YARD) code object
def_delegators :object, :type, :namespace, :source, :source_type, :signature, :group, :dynamic, :visibility
# @param object [YARD::CodeObjects::Base] the actual (YARD) code object