Skip to content

Instantly share code, notes, and snippets.

@timuruski
Created August 30, 2011 23:32
Show Gist options
  • Select an option

  • Save timuruski/1182393 to your computer and use it in GitHub Desktop.

Select an option

Save timuruski/1182393 to your computer and use it in GitHub Desktop.
Are we clear?
def get_creds(a)
creds= Creds.new
creds.level_of_access= nil
if a
# ...
end
creds
end
@stevedev

Copy link
Copy Markdown

What is 'a'?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment