require_relative 'base' # Namespace for the Taipu library. module Taipu # The type boolean. class Boolean < Base end end