Class: Mdq::Check
- Inherits:
-
Object
- Object
- Mdq::Check
- Defined in:
- lib/mdq/check.rb
Overview
Check
Instance Method Summary collapse
-
#initialize ⇒ Check
constructor
A new instance of Check.
Constructor Details
#initialize ⇒ Check
Returns a new instance of Check.
9 10 11 12 13 14 15 16 17 |
# File 'lib/mdq/check.rb', line 9 def initialize ob = Mdq::OutputBuilder.new db = Mdq::DB.new ob.add(('adb', db.android_discoverable?)) ob.add(('Xcode', db.apple_discoverable?)) ob.print end |