Sha256: 25fbf2d1ef473c83bae74994310785c844e61ac3167ecc66da41f6af5905495f
Contents?: true
Size: 328 Bytes
Versions: 4
Compression:
Stored size: 328 Bytes
Contents
class FakeNilProxy < Ripple::Associations::Proxy def find_target; nil end end class FakeBlankProxy < Ripple::Associations::Proxy def find_target; '' end end class FakeNumberProxy < Ripple::Associations::Proxy def find_target; 17 end end class FakeProxy < Ripple::Associations::Proxy def find_target; [1, 2] end end
Version data entries
4 entries across 4 versions & 3 rubygems