class Formic::File

Public Class Methods

new(page, name=nil, options={}) click to toggle source
Calls superclass method
# File lib/formic/file.rb, line 3
def initialize page, name=nil, options={}, &block
  super
  self.options[:type] = 'file'
end