Sha256: f54553365f67b3d3c80eccc43ec81d941d249ae90366e587d0e4574e2ae35a27

Contents?: true

Size: 304 Bytes

Versions: 50

Compression:

Stored size: 304 Bytes

Contents

def init
  sections :header, [T('docstring')], :children, :includes, :extends, 
    :class_meths_list, :instance_meths_list
end

def class_meths
  @classmeths ||= method_listing.select {|o| o.scope == :class }
end

def instance_meths
  @instmeths ||= method_listing.select {|o| o.scope == :instance }
end

Version data entries

50 entries across 50 versions & 4 rubygems

Version Path
challah-0.6.2 vendor/bundle/gems/yard-0.7.5/templates/default/module/text/setup.rb
challah-0.6.1 vendor/bundle/gems/yard-0.7.5/templates/default/module/text/setup.rb
challah-0.6.0 vendor/bundle/gems/yard-0.7.5/templates/default/module/text/setup.rb
challah-0.5.4 vendor/bundle/gems/yard-0.7.5/templates/default/module/text/setup.rb
challah-0.5.3 vendor/bundle/gems/yard-0.7.5/templates/default/module/text/setup.rb
challah-0.5.2 vendor/bundle/gems/yard-0.7.5/templates/default/module/text/setup.rb
challah-0.5.1 vendor/bundle/gems/yard-0.7.5/templates/default/module/text/setup.rb
challah-0.5.0 vendor/bundle/gems/yard-0.7.5/templates/default/module/text/setup.rb
challah-0.4.1 vendor/bundle/gems/yard-0.7.5/templates/default/module/text/setup.rb
challah-0.4.0 vendor/bundle/gems/yard-0.7.5/templates/default/module/text/setup.rb
challah-0.3.5 vendor/bundle/gems/yard-0.7.5/templates/default/module/text/setup.rb
challah-0.3.4 vendor/bundle/gems/yard-0.7.5/templates/default/module/text/setup.rb
challah-0.3.3 vendor/bundle/gems/yard-0.7.5/templates/default/module/text/setup.rb
challah-0.3.2 vendor/bundle/gems/yard-0.7.5/templates/default/module/text/setup.rb
challah-0.3.1 vendor/bundle/gems/yard-0.7.5/templates/default/module/text/setup.rb
challah-0.3.0 vendor/bundle/gems/yard-0.7.5/templates/default/module/text/setup.rb
challah-0.2.1 vendor/bundle/gems/yard-0.7.5/templates/default/module/text/setup.rb
challah-0.2.0 vendor/bundle/gems/yard-0.7.5/templates/default/module/text/setup.rb
yard-0.7.5 templates/default/module/text/setup.rb
nutshell-crm-0.0.6.alpha vendor/bundle/gems/yard-0.7.4/templates/default/module/text/setup.rb