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



67
68
69
# File 'lib/msf/ui/tip.rb', line 67

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



71
72
73
# File 'lib/msf/ui/tip.rb', line 71

def self.sample
  ALL_TIPS.sample
end