Sha256: 092af08a7cc8fdd655e76e808a0aa039f834af36dc713406920740d00d36a8cc
Contents?: true
Size: 288 Bytes
Versions: 3
Compression:
Stored size: 288 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 |
---|---|
mirrors-0.0.3 | test/fixtures/method.rb |
mirrors-0.0.2 | test/fixtures/method.rb |
mirrors-0.0.1 | test/fixtures/method.rb |