Sha256: 1aada059e2a0513f909ee38b90348cffc7584e12f722f4d7f9e54d667bf85a4b
Contents?: true
Size: 395 Bytes
Versions: 26
Compression:
Stored size: 395 Bytes
Contents
def init super sections.place(:task_definition).after(T('docstring')) sections.place(:settings, [:setting_summary]).before(:attribute_summary) end def prune_method_listing(list, hide_attrs=true) list = super list.reject do |o| unless CodeObjects::Proxy === o.namespace or o.namespace[:settings].nil? o.namespace[:settings].include?(o) else false end end end
Version data entries
26 entries across 26 versions & 1 rubygems