Class: Regexp

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

Instance Method Summary collapse

Instance Method Details

#_binaryObject



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

def _binary
  Regexp.new(to_s._binary)
end

#_utf8Object



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

def _utf8
  Regexp.new(to_s._utf8)
end