Module: Ronin::Model::Importable
Overview
Uses the extract
method to extract and save resources from the
contents of text-files.
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
29 30 31 |
# File 'lib/ronin/model/importable.rb', line 29 def self.included(base) base.extend ClassMethods end |