# File lib/faker/boolean.rb, line 4
      def boolean(true_ratio = 0.5)
        (rand < true_ratio)
      end