Method: Eapi::Methods::Names.clearer

Defined in:
lib/eapi/methods/names.rb

.clearer(field) ⇒ Object



13
14
15
# File 'lib/eapi/methods/names.rb', line 13

def self.clearer(field)
  "clear_#{field}"
end