Method: Bool.from_native

Defined in:
lib/xlib/types.rb

.from_native(value, ctx) ⇒ Object



19
20
21
# File 'lib/xlib/types.rb', line 19

def self.from_native (value, ctx)
  !value.zero?
end