Module: FromFile::ClassMethods

Defined in:
lib/madvertise/from_file.rb

Instance Method Summary collapse

Instance Method Details

#from_file(path) ⇒ Object



6
7
8
9
10
# File 'lib/madvertise/from_file.rb', line 6

def from_file(path)
  new.tap do |obj|
    obj.from_file(path)
  end
end