APIdock / Ruby
/
Browse About
method

attr_writer

v2_6_3 - Show latest stable - Class: Bundler::Thor::Base::ClassMethods
attr_writer(*)
public

No documentation available.

# File lib/bundler/vendor/thor/lib/thor/base.rb, line 132
      def attr_writer(*) #:nodoc:
        no_commands { super }
      end

Related methods

  • Instance methods
  • all_commands
  • all_tasks
  • argument
  • arguments
  • attr_accessor
  • attr_reader
  • attr_writer
  • check_default_type
  • check_default_type!
  • check_default_type?
  • check_unknown_options
  • check_unknown_options!
  • check_unknown_options?
  • class_option
  • class_options
  • commands
  • disable_required_check?
  • group
  • handle_argument_error
  • handle_no_command_error
  • handle_no_task_error
  • namespace
  • no_commands
  • no_tasks
  • public_command
  • public_task
  • remove_argument
  • remove_class_option
  • remove_command
  • remove_task
  • start
  • stop_on_unknown_option?
  • strict_args_position
  • strict_args_position!
  • strict_args_position?
  • tasks
  • Protected methods
  • protectedbaseclass
  • protectedbasename
  • protectedbuild_option
  • protectedbuild_options
  • protectedclass_options_help
  • protectedcreate_command
  • protectedcreate_task
  • protecteddispatch
  • protectedexit_on_failure?
  • protectedfind_and_refresh_command
  • protectedfind_and_refresh_task
  • protectedfrom_superclass
  • protectedinherited
  • protectedinitialize_added
  • protectedis_thor_reserved_word?
  • protectedmethod_added
  • protectedprint_options
APIdock API Documentation Browser

© 2026 APIdock