module Boolean2

Constants

VERSION

Public Class Methods

new(object) click to toggle source
# File lib/boolean2.rb, line 6
def self.new(object)
  object.to_boolean2
end