Sha256: c23cab1370d286b5b95c19acb2761a99f551a25a01cf18ecfd8ee25ca8327de0
Contents?: true
Size: 348 Bytes
Versions: 1
Compression:
Stored size: 348 Bytes
Contents
module RAutomation module Adapter module Ffi module Locators private def extract(locators) #:nodoc: locators[:id] = locators[:id].to_i if locators[:id] locators[:index] = locators[:index].to_i if locators[:index] @locators = locators end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rautomation-0.1.0 | lib/rautomation/adapter/ffi/locators.rb |