module Bilbo

Bilbo is a simple, hobbit-like ( small ) network packet burglaring ( capturing ) library. # @author Kent ‘picat’ Gruber

Constants

QUOTES

A few quotes from dear ‘ol Mr. Bilbo Baggins @easter_egg

VERSION

Public Class Methods

quote() click to toggle source

Get a random quote from Bilbo.

@return [String]

# File lib/bilbo.rb, line 24
def self.quote
  QUOTES.sample
end