Skip to content

Unused mandatory method argument 'should_type_cast' #5

@ohaddahan

Description

@ohaddahan

def write_attribute_with_type_cast(attr_name, value, should_type_cast)

def write_attribute_with_type_cast(attr_name, value, should_type_cast)
        @attributes[attr_name.to_sym] = value
      end

The argument should_type_cast is a mandatory method argument, but it's not used.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions