Aug 22, 2017 · 1 min read
Yes. It’s always there. Rails just opens the String class and does it like -
class String
def inquiry
ActiveSupport::StringInquirer.new(self)
end
endYes. It’s always there. Rails just opens the String class and does it like -
class String
def inquiry
ActiveSupport::StringInquirer.new(self)
end
end