view config/initializers/ext_string.rb @ 230:e6c29d47192b

Update with non-suspended empty account (wat)
author nanaya <me@nanaya.pro>
date Thu, 28 Apr 2022 22:49:21 +0900
parents 61414d0a367b
children e2150dce4e90
line wrap: on
line source

class String
  def printable
    gsub(/[^\n[:print:]]/, '')
  end
end