Module: Aranha::Parsers::Patches::OfxParser::OfxParser
- Defined in:
- lib/aranha/parsers/patches/ofx_parser.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
10 11 12 13 14 15 16 |
# File 'lib/aranha/parsers/patches/ofx_parser.rb', line 10 def self.included(base) base.class_eval do class << self prepend ClassMethods end end end |