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
core_docs-0.9.11 spec/gem_with_cext/gems/lib/sample.rb
pry-doc-1.5.0 spec/gem_with_cext/gems/lib/sample.rb
core_docs-0.9.10 spec/gem_with_cext/gems/lib/sample.rb
pry-doc-1.4.0 spec/gem_with_cext/gems/lib/sample.rb
core_docs-0.9.9 spec/gem_with_cext/gems/lib/sample.rb
pry-doc-1.3.0 spec/gem_with_cext/gems/lib/sample.rb
core_docs-0.9.8 spec/gem_with_cext/gems/lib/sample.rb
core_docs-0.9.7 spec/gem_with_cext/gems/lib/sample.rb
pry-doc-1.2.0 spec/gem_with_cext/gems/lib/sample.rb
core_docs-0.9.6 spec/gem_with_cext/gems/lib/sample.rb
pry-doc-1.1.0 spec/gem_with_cext/gems/lib/sample.rb
core_docs-0.9.5 spec/gem_with_cext/gems/lib/sample.rb
core_docs-0.9.4 spec/gem_with_cext/gems/lib/sample.rb
pry-doc-1.0.0 spec/gem_with_cext/gems/lib/sample.rb
pry-doc-0.13.5 spec/gem_with_cext/gems/lib/sample.rb
pry-doc-0.13.4 spec/gem_with_cext/gems/lib/sample.rb
pry-doc-0.13.3 spec/gem_with_cext/gems/lib/sample.rb
pry-doc-0.13.2 spec/gem_with_cext/gems/lib/sample.rb
pry-doc-0.13.2pre7 spec/gem_with_cext/gems/lib/sample.rb
pry-doc-0.13.2pre6 spec/gem_with_cext/gems/lib/sample.rb