public Method

AttributeManager.attribute(turn_on, turn_off)

Return an attribute object with the given turn_on and turn_off bits set

Source Code

# File rdoc/markup/simple_markup/inline.rb, line 122
def attribute(turn_on, turn_off)
  AttrChanger.new(turn_on, turn_off)
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.