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



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

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



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

def self.sample
  ALL_TIPS.sample
end