# File lib/enumerated_attribute/rails_helpers.rb, line 54
                                def enum_select(object, method, options={}, html_options={})
                                        InstanceTag.new(object, method, self, options.delete(:object)).to_enum_select_tag(options, html_options)
                                end