summaryrefslogtreecommitdiffhomepage
path: root/templates/default/tags/setup.rb
blob: 0851f346cc40e746581b16a2a4fbebd1039dfc7f (plain)
1
2
3
4
5
6
7
8
9
10
def init
  super

  sections << :iso
  sections << :mrbgem
end

def param
  super || tag(:param) if object.type == :function
end