Module: Msf::Ui::Tip

Defined in:
lib/msf/ui/tip.rb

Overview

Module that contains some most excellent tips.

Class Method Summary collapse

Class Method Details

.allObject



56
57
58
# File 'lib/msf/ui/tip.rb', line 56

def self.all
  ALL_TIPS
end

.highlight(string) ⇒ Object



12
13
14
# File 'lib/msf/ui/tip.rb', line 12

def self.highlight(string)
  "%grn#{string}%clr"
end

.sampleObject



60
61
62
# File 'lib/msf/ui/tip.rb', line 60

def self.sample
  ALL_TIPS.sample
end