Method: Megam::Assembly#policies
- Defined in:
- lib/megam/core/assembly.rb
#policies(arg = []) ⇒ Object
58 59 60 61 62 63 64 |
# File 'lib/megam/core/assembly.rb', line 58 def policies(arg=[]) if arg != [] @policies = arg else @policies end end |