Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 272 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 272 Bytes

Ruby beard checker

  • bundle install
  • bundle exec ruby test/beard_checker_test.rb

This is structured as a service object.

require 'beard_checker'

BeardChecker.is_beard?(
    length_in_mm: 5,
    on_or_below_chin: false,
    unbroken_between_ears: false)