logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

fast_blank.rb (100B)


  1. if String.method_defined?(:blank_as?)
  2. class String
  3. alias_method :blank?, :blank_as?
  4. end
  5. end