module EasyExist::RefinedFalse

Module for refining FalseClass

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_false.rb, line 9
def to_yes_no
        "no"
end