Skip to content

Commit

Permalink
Visibility macro does not modify future methods in legacy mode
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Jul 26, 2013
1 parent 45808e9 commit 8fda62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/tags/directives_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,6 @@ def baz; end
%w(foo bar baz).each do |name|
Registry.at("Foo##{name}").visibility.should == :private
end
end if YARD.ruby19?
end if YARD::Parser::SourceParser.parser_type == :ruby
end
end

0 comments on commit 8fda62b

Please sign in to comment.