Method: Bool.to_native

Defined in:
lib/xlib/types.rb

.to_native(value, ctx) ⇒ Object



15
16
17
# File 'lib/xlib/types.rb', line 15

def self.to_native (value, ctx)
  value ? 1 : 0
end