public Method

Module.attr_internal_accessor(*attrs)

Declare attributes backed by ‘internal’ instance variables names.

Source Code

# File active_support/core_ext/module/attr_internal.rb, line 17
def attr_internal_accessor(*attrs)
  attr_internal_reader(*attrs)
  attr_internal_writer(*attrs)
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.