Sha256: 45b9b02aa857c26703718eb5470afe0a9af257a4286d66372a86116934a5a799

Contents?: true

Size: 228 Bytes

Versions: 85

Compression:

Stored size: 228 Bytes

Contents

class Foo
  def public_method
  end
  public :public_method


  def protected_method
  end
  protected :protected_method

  def private_method
  end
  private :private_method

  # @private
  def method_with_private_tag
  end
end

Version data entries

85 entries across 85 versions & 1 rubygems

Version Path
inch-0.5.7 test/fixtures/ruby/visibility/lib/foo.rb
inch-0.5.6 test/fixtures/ruby/visibility/lib/foo.rb
inch-0.5.5 test/fixtures/ruby/visibility/lib/foo.rb
inch-0.5.4 test/fixtures/ruby/visibility/lib/foo.rb
inch-0.5.3 test/fixtures/ruby/visibility/lib/foo.rb
inch-0.5.2 test/fixtures/ruby/visibility/lib/foo.rb
inch-0.5.1 test/fixtures/ruby/visibility/lib/foo.rb
inch-0.5.0 test/fixtures/ruby/visibility/lib/foo.rb
inch-0.5.0.rc11 test/fixtures/ruby/visibility/lib/foo.rb
inch-0.5.0.rc10 test/fixtures/ruby/visibility/lib/foo.rb
inch-0.5.0.rc9 test/fixtures/ruby/visibility/lib/foo.rb
inch-0.5.0.rc8 test/fixtures/ruby/visibility/lib/foo.rb
inch-0.5.0.rc7 test/fixtures/ruby/visibility/lib/foo.rb
inch-0.5.0.rc6 test/fixtures/ruby/visibility/lib/foo.rb
inch-0.5.0.rc5 test/fixtures/ruby/visibility/lib/foo.rb
inch-0.5.0.rc4 test/fixtures/ruby/visibility/lib/foo.rb
inch-0.4.10 test/fixtures/visibility/lib/foo.rb
inch-0.4.9 test/fixtures/visibility/lib/foo.rb
inch-0.4.8 test/fixtures/visibility/lib/foo.rb
inch-0.4.7 test/fixtures/visibility/lib/foo.rb