Skip to content

Instantly share code, notes, and snippets.

@Haseeb-Qureshi
Created April 4, 2017 17:54
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 Haseeb-Qureshi/07630885b15348da15c92835860d5415 to your computer and use it in GitHub Desktop.
Save Haseeb-Qureshi/07630885b15348da15c92835860d5415 to your computer and use it in GitHub Desktop.
class ApiStub
SECRET_PASSWORD = 'g420hpfjpefoj490rjgsd'
def self.include?(substring)
SECRET_PASSWORD.include?(substring)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment