Created
September 22, 2020 12:42
-
-
Save jatindhankhar/cb9831609d157abc63f087906da3f5ea to your computer and use it in GitHub Desktop.
Test or Real ?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RSA --- BEGIN PRIVATE KEY |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Zomato | |
def secret? | |
SecureRandom.hex | |
end | |
def secret | |
"baserandom32" | |
end | |
private | |
def runnr? | |
true | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment