Sha256: 6c81a3b0998676bf44bd2d35ca7fb988008bfe5479bcd77978166e369c234242
Contents?: true
Size: 287 Bytes
Versions: 3
Compression:
Stored size: 287 Bytes
Contents
class MethodSpecFixture def source_location [__FILE__, __LINE__, __method__.to_s, self.class] end def removeable_method end def method_p_public; end def method_p_private; end private :method_p_private def method_p_protected; end protected :method_p_protected end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rubymirrors-0.0.3 | spec/fixtures/method_spec.rb |
rubymirrors-0.0.2 | spec/fixtures/method_spec.rb |
rubymirrors-0.0.1 | spec/fixtures/method_spec.rb |