Method: Celerity::Container#ul
- Defined in:
- lib/celerity/container.rb
#ul(*args) ⇒ Celerity::Ul
776 777 778 |
# File 'lib/celerity/container.rb', line 776 def ul(*args) Ul.new(self, *args) end |
776 777 778 |
# File 'lib/celerity/container.rb', line 776 def ul(*args) Ul.new(self, *args) end |