private Method

TextHelper.set_cycle(name, cycle_object)

There's no documentation for this item.

Source Code

# File action_view/helpers/text_helper.rb, line 452
def set_cycle(name, cycle_object)
  @_cycles = Hash.new unless defined?(@_cycles)
  @_cycles[name] = cycle_object
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.