Sha256: e04872e11631cae84e34d222d895d91d6ccefeac54335a22d78d0c4a142bbc49

Contents?: true

Size: 298 Bytes

Versions: 3

Compression:

Stored size: 298 Bytes

Contents

class Shoes
  class FakeElement < Dimensions
    include Common::Inspect
    include Common::Visibility
    include Common::Positioning
    include Common::Remove

    def add_child(element)
      true
    end

    def adjust_current_position(*_)
    end

    attr_accessor :parent, :gui
  end
end

Version data entries

3 entries across 3 versions & 3 rubygems

Version Path
shoes-core-4.0.0.pre3 spec/shoes/helpers/fake_element.rb
shoes-swt-4.0.0.pre2 spec/shoes/helpers/fake_element.rb
shoes-dsl-4.0.0.pre2 spec/shoes/helpers/fake_element.rb