略過至內容 略過至搜尋
方法
C

執行個體公共方法

呼叫(範本, 來源)

# File actionview/lib/action_view/template/handlers/html.rb, line 6
def call(template, source)
  "ActionView::OutputBuffer.new #{super}"
end