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

Version Path
wyngle-ripple-0.1.0 spec/support/associations/proxies.rb
ripple-1.0.0.beta2 spec/support/associations/proxies.rb
seomoz-ripple-1.0.0.pre spec/support/associations/proxies.rb
ripple-1.0.0.beta spec/support/associations/proxies.rb