class GatherContent::DSL::Files

Public Class Methods

new(tab) click to toggle source
Calls superclass method GatherContent::DSL::Base::new
# File lib/gather_content/dsl/files.rb, line 7
def initialize(tab)
  super(tab, GatherContent::Config::Element::Files.new)
end