module NextSgad::Concerns::Models::Employee

Constants

INITIAL_LETTER

Public Instance Methods

prints() click to toggle source
# File lib/concerns/models/employee.rb, line 21
def prints
  '"#{title}"'
end