Sha256: a1a6d432b1426941fd147f19c84244da30951832095fc8a7575af377566e822f

Contents?: true

Size: 175 Bytes

Versions: 5

Compression:

Stored size: 175 Bytes

Contents

module Decorum
  module Spec
    module Decorator
      class ChattyRootObjectStub 
        def method_missing(*args)
          "root"
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
decorum-0.5.1 spec/support/decorator/chatty_root_object_stub.rb
decorum-0.5.0 spec/support/decorator/chatty_root_object_stub.rb
decorum-0.4.1 spec/support/decorator/chatty_root_object_stub.rb
decorum-0.4.0 spec/support/decorator/chatty_root_object_stub.rb
decorum-0.3.0 spec/support/decorator/chatty_root_object_stub.rb