module Cramp::Rendering

Public Instance Methods

render(body) click to toggle source
# File lib/cramp/rendering.rb, line 6
def render(body)
  @body.call(body)
end