laurentzziu/to_human

View on GitHub
lib/core_ext/false_class.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

class FalseClass
  def to_human
    ToHuman::Humanize.new(:false).call
  end
end