Sha256: 632521d676263c609a4330f73e7297a0c9beebf22ccea5e2e76937240c77362a

Contents?: true

Size: 231 Bytes

Versions: 51

Compression:

Stored size: 231 Bytes

Contents

class Sample
  # ruby method
  def some_meth; end

  # aliasing a C method
  alias :remove :gleezor

  protected

  def gleezor_1; end
  alias :remove_1 :gleezor_1

  private

  def gleezor_2; end

  alias :remove_2 :gleezor_2
end

Version data entries

51 entries across 51 versions & 2 rubygems

Version Path
pry-doc-0.13.0pre1 spec/gem_with_cext/gems/lib/sample.rb
pry-doc-0.12.0 spec/gem_with_cext/gems/lib/sample.rb
core_docs-0.9.3 spec/gem_with_cext/gems/lib/sample.rb
pry-doc-0.11.1 spec/gem_with_cext/gems/lib/sample.rb
pry-doc-0.11.0 spec/gem_with_cext/gems/lib/sample.rb
core_docs-0.9.2 spec/gem_with_cext/gems/lib/sample.rb
pry-doc-0.10.0 spec/gem_with_cext/gems/lib/sample.rb
pry-doc-0.9.0 spec/gem_with_cext/gems/lib/sample.rb
core_docs-0.9.1 spec/gem_with_cext/gems/lib/sample.rb
pry-doc-0.8.0 spec/gem_with_cext/gems/lib/sample.rb
core_docs-0.9.0 spec/gem_with_cext/gems/lib/sample.rb