Skip to content

Instantly share code, notes, and snippets.

@the-teacher
Created December 6, 2013 06:36
Show Gist options
  • Save the-teacher/7819523 to your computer and use it in GitHub Desktop.
Save the-teacher/7819523 to your computer and use it in GitHub Desktop.
professionalism_check.rb
def professional?
type == 'professional'
end
def professionalism_check
if professional?
true
else
false
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment