Class: Jwtauth::Introduction
- Inherits:
-
Object
- Object
- Jwtauth::Introduction
- Defined in:
- lib/jwtauth/introduction.rb
Class Method Summary collapse
-
.about(yourname) ⇒ Object
Say hi to you & talk about gem!.
Class Method Details
.about(yourname) ⇒ Object
Say hi to you & talk about gem!
Example:
>> Introduction.about("spanish")
=> hello spanish
Arguments:
yourname: (String)
13 14 15 |
# File 'lib/jwtauth/introduction.rb', line 13 def about yourname "hello #{yourname}. This is a library for jwt auth" end |