Sha256: 4d843fee69bea9c68d6db7c64440ae4f946bf82857d9579685a188e4f2d13df0

Contents?: true

Size: 180 Bytes

Versions: 2

Compression:

Stored size: 180 Bytes

Contents

module Fakeit
  module Openapi
    module Example
      def boolean_example(example_options)
        example_options[:static] || Faker::Boolean.boolean
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fakeit-0.2.1 lib/fakeit/openapi/example/boolean_example.rb
fakeit-0.2.0 lib/fakeit/openapi/example/boolean_example.rb