Skip to content

Instantly share code, notes, and snippets.

@veezus
Created November 19, 2008 19:54
Show Gist options
  • Save veezus/26659 to your computer and use it in GitHub Desktop.
Save veezus/26659 to your computer and use it in GitHub Desktop.
def problem_kind_abbr
if problem_kind == "selection"
"PSS_"
elsif problem_kind == "selection"
"SER_"
else-
"???_"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment