mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-10 06:35:41 +01:00
12 lines
207 B
Markdown
12 lines
207 B
Markdown
---
|
|
date: "2009-10-29T00:47:51Z"
|
|
tags:
|
|
- imported
|
|
- from-twitter
|
|
---
|
|
I wrote a hacky ruby library to make numbers dimensional!
|
|
|
|
```ruby
|
|
p Amount.new 42,(Meter + Kilogram - Second - Second)
|
|
=> 42 Newtons
|
|
```
|