Sha256: f856937c6db014687ad2dbfd7150bc42111ad3eb41277ebb4f9fb6c03bf64e35

Contents?: true

Size: 224 Bytes

Versions: 11

Compression:

Stored size: 224 Bytes

Contents

# encoding: utf-8

module TargetSpec
  class Object
    def output
      true
    end
  end
end

module DelegetableSpec
  class Object
    extend TTY::Delegatable

    def test
      TargetSpec::Object.new
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
tty-0.5.0 spec/tty/support/fixtures/classes.rb
tty-0.4.0 spec/tty/support/fixtures/classes.rb
tty-0.3.2 spec/tty/support/fixtures/classes.rb
tty-0.3.1 spec/tty/support/fixtures/classes.rb
tty-0.3.0 spec/tty/support/fixtures/classes.rb
tty-0.2.1 spec/tty/support/fixtures/classes.rb
tty-0.2.0 spec/tty/support/fixtures/classes.rb
tty-0.1.3 spec/tty/support/fixtures/classes.rb
tty-0.1.2 spec/tty/support/fixtures/classes.rb
tty-0.1.1 spec/tty/support/fixtures/classes.rb
tty-0.1.0 spec/tty/support/fixtures/classes.rb