module EasyExist::RefinedTrue
Module for refining TrueClass
Public Instance Methods
to_yes_no()
click to toggle source
Returns the “yes”/“no” representation of this class @return [String]
# File lib/easy-exist/refinements/refined_true.rb, line 9 def to_yes_no "yes" end