Class: Picky::CharacterSubstituters::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/picky/character_substituters/base.rb

Direct Known Subclasses

Polish, WestEuropean

Instance Method Summary collapse

Constructor Details

#initializeBase

Returns a new instance of Base.



9
10
11
# File 'lib/picky/character_substituters/base.rb', line 9

def initialize
  @chars = ActiveSupport::Multibyte.proxy_class
end

Instance Method Details

#to_sObject



13
14
15
# File 'lib/picky/character_substituters/base.rb', line 13

def to_s
  self.class.name
end