Skip to content

Instantly share code, notes, and snippets.

@codesword
Last active June 5, 2016 12:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codesword/a21d05bafe8ba6186f9f671371fa119c to your computer and use it in GitHub Desktop.
Save codesword/a21d05bafe8ba6186f9f671371fa119c to your computer and use it in GitHub Desktop.
class Director
def train_new_fellow(fellow)
puts "Will DO"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment