Class: CoBreak::Author
- Inherits:
-
Object
- Object
- CoBreak::Author
- Defined in:
- lib/cobreak/info_author.rb
Class Method Summary collapse
Class Method Details
.author ⇒ Object
3 4 5 |
# File 'lib/cobreak/info_author.rb', line 3 def self.() return "BreakerTW" end |
.date ⇒ Object
9 10 11 |
# File 'lib/cobreak/info_author.rb', line 9 def self.date() return "2020-5-25" end |
.email ⇒ Object
6 7 8 |
# File 'lib/cobreak/info_author.rb', line 6 def self.email() return "[email protected]" end |
.group ⇒ Object
15 16 17 18 |
# File 'lib/cobreak/info_author.rb', line 15 def self.group() group = "https://t.me/Black0utx" return group end |
.telegram ⇒ Object
12 13 14 |
# File 'lib/cobreak/info_author.rb', line 12 def self.telegram() return "@BreakerBox" end |