class NilClass

Public Instance Methods

to_utf8() click to toggle source
# File lib/thefox-ext/ext/nil.rb, line 3
def to_utf8
  ''
end