Method: Celerity::Container#frame

Defined in:
lib/celerity/container.rb

#frame(*args) ⇒ Celerity::Frame

Returns:



288
289
290
# File 'lib/celerity/container.rb', line 288

def frame(*args)
  Frame.new(self, *args)
end