Parent

Methods

Class/Module Index [+]

Quicksearch

ActionController::StringCoercion::UglyBody

Public Class Methods

new(body) click to toggle source
# File lib/action_controller/string_coercion.rb, line 4
def initialize(body)
  @body = body
end

Public Instance Methods

each() click to toggle source
# File lib/action_controller/string_coercion.rb, line 8
def each
  @body.each do |part|
    yield part.to_s
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.