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