Class: Regexp

Inherits:
Object show all
Defined in:
lib/encoding-kawai/object.rb

Instance Method Summary collapse

Instance Method Details

#binary!Object



27
28
29
# File 'lib/encoding-kawai/object.rb', line 27

def binary!
  Regexp.new(to_s.binary!)
end

#utf8!Object



23
24
25
# File 'lib/encoding-kawai/object.rb', line 23

def utf8!
  Regexp.new(to_s.utf8!)
end