Skip to content

Implement Measured::Temperature #59

@kmcphillips

Description

@kmcphillips

Our unit system conversion assumes all units share a 0 and there is a multiplicative factor between them.

This falls apart for temperature.

To assure we are making valid assumptions and have a relatively generic conversion table system, we should implement temperature conversion. Between F/C/K.

We can not include it by default. But put it into the README and show how to include it.

We can use ActiveSupport::Testing::Isolation to test it if needed without requiring it globally: http://api.rubyonrails.org/classes/ActiveSupport/Testing/Isolation.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions