Class: Picky::CharacterSubstituters::Base
- Defined in:
- lib/picky/character_substituters/base.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize ⇒ Base
constructor
A new instance of Base.
- #to_s ⇒ Object
Constructor Details
#initialize ⇒ Base
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_s ⇒ Object
13 14 15 |
# File 'lib/picky/character_substituters/base.rb', line 13 def to_s self.class.name end |