Sha256: 8276db71e2405af24769669243fb5a8b88e19cc5e1db4e65dc5b1882cd52f61b
Contents?: true
Size: 186 Bytes
Versions: 26
Compression:
Stored size: 186 Bytes
Contents
module TestCentricity module Elements class Label < UIElement def initialize(name, parent, locator, context) super @type = :label end end end end
Version data entries
26 entries across 26 versions & 1 rubygems