class Object

Public Instance Methods

Namelib(string, options = {}) click to toggle source
# File lib/namelib.rb, line 87
def Namelib(string, options = {})
  Namelib.nc string, options
end
Namelib!(string, options = {}) click to toggle source
# File lib/namelib.rb, line 91
def Namelib!(string, options = {})
  Namelib.nc! string, options
end