laurentzziu/to_human

View on GitHub
lib/core_ext/true_class.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

class TrueClass
  def to_human
    ToHuman::Humanize.new(:true).call
  end
end