Class: Jwtauth::Introduction

Inherits:
Object
  • Object
show all
Defined in:
lib/jwtauth/introduction.rb

Class Method Summary collapse

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