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



54
55
56
# File 'lib/msf/ui/tip.rb', line 54

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



58
59
60
# File 'lib/msf/ui/tip.rb', line 58

def self.sample
  ALL_TIPS.sample
end