class JsDuck::Tag::Inheritable

Public Class Methods

new() click to toggle source
Calls superclass method JsDuck::Tag::BooleanTag::new
# File lib/jsduck/tag/inheritable.rb, line 5
def initialize
  @pattern = "inheritable"
  super
end