Module: Ronin::Model::Importable

Included in:
HostName, IPAddress, URL
Defined in:
lib/ronin/model/importable.rb

Overview

Uses the extract method to extract and save resources from the contents of text-files.

Since:

  • 1.3.0

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object

Since:

  • 1.3.0



29
30
31
# File 'lib/ronin/model/importable.rb', line 29

def self.included(base)
  base.extend ClassMethods
end