Module: StringHelper

Defined in:
lib/crequire/string_helper.rb

Defined Under Namespace

Classes: Charpp

Instance Method Summary collapse

Instance Method Details

#charpp(value = nil) ⇒ Object



2
3
4
5
6
7
8
# File 'lib/crequire/string_helper.rb', line 2

def charpp(value = nil)
  if value
    Charpp.new(self, self.copy_charpp(value))
  else
    Charpp.new(self, self.new_charpp)
  end
end