Sha256: 6ebb8a050d4085f91fdaf9395e95decfa79827073eec9f3130bdb27b2118f341
Contents?: true
Size: 390 Bytes
Versions: 17
Compression:
Stored size: 390 Bytes
Contents
module RAutomation module Adapter module MsUia module ButtonHelper # @todo call a windows function to do this without clicking def clear click {!set?} if set? end # @todo call a windows function to do this without clicking def set click {set?} unless set? end end end end end
Version data entries
17 entries across 17 versions & 1 rubygems