Method: LegislationUK::Legislation#parts
- Defined in:
- lib/legislation_uk.rb
#parts ⇒ Object
65 66 67 68 69 70 71 |
# File 'lib/legislation_uk.rb', line 65 def parts if respond_to?(:contents) && contents contents.parts else [] end end |