Class: CoBreak::Author

Inherits:
Object
  • Object
show all
Defined in:
lib/cobreak/info_author.rb

Class Method Summary collapse

Class Method Details

.authorObject



4
5
6
# File 'lib/cobreak/info_author.rb', line 4

def self.author()
  return "Breaker Box"
end

.dateObject



10
11
12
# File 'lib/cobreak/info_author.rb', line 10

def self.date()
  return "2020-5-25"
end

.emailObject



7
8
9
# File 'lib/cobreak/info_author.rb', line 7

def self.email()
  return "[email protected]"
end

.groupObject



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

.telegramObject



13
14
15
# File 'lib/cobreak/info_author.rb', line 13

def self.telegram()
  return "@BreakerBox"
end