Loading lib/jsduck/builtins/boolean_tag.rb +3 −1 Original line number Diff line number Diff line Loading @@ -6,8 +6,10 @@ module JsDuck::Builtins # which will take care of setting up @pattern with the same name. class BooleanTag < Tag def initialize if @key @pattern = @key.to_s end end # Parses just the name of the tag. def parse(p) Loading Loading
lib/jsduck/builtins/boolean_tag.rb +3 −1 Original line number Diff line number Diff line Loading @@ -6,8 +6,10 @@ module JsDuck::Builtins # which will take care of setting up @pattern with the same name. class BooleanTag < Tag def initialize if @key @pattern = @key.to_s end end # Parses just the name of the tag. def parse(p) Loading