Sha256: 02bcf1bb9e97ff22663e6ef19b72aaaf8b29d403ee899ed86d5162a8814b9eec

Contents?: true

Size: 154 Bytes

Versions: 3

Compression:

Stored size: 154 Bytes

Contents

module Formic
  class File < Input
    def initialize page, name=nil, options={}, &block
      super
      self.options[:type] = 'file'
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
formic-0.2.5 lib/formic/file.rb
formic-0.2.1 lib/formic/file.rb
formic-0.1.0 lib/formic/file.rb