Class SymTblGsub::SymTblGsubTest::Foo
In: lib/sym_tbl_gsub.rb
Parent: Object

Methods

<=>   new  

Included Modules

Comparable

Attributes

y  [R] 

Public Class methods

[Source]

# File lib/sym_tbl_gsub.rb, line 314
        def initialize
          @y = rand
        end

Public Instance methods

[Source]

# File lib/sym_tbl_gsub.rb, line 317
        def <=> ( x )
          @y <=> x.y
        end

[Validate]