1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 13:55:55 +03:00

Crystal: Fix missing method error for Crystal 0.8.0

This commit is contained in:
rhysd 2015-10-09 02:25:17 +09:00
parent 30b2ac6544
commit 624b7bc681
2 changed files with 2 additions and 2 deletions

View File

@ -162,7 +162,7 @@ coffee ./stepX_YYY
*The Crystal implementation of mal was created by [Linda_pp](https://github.com/rhysd)*
The Crystal implementation of mal has been tested with Crystal 0.7.2.
The Crystal implementation of mal has been tested with Crystal 0.8.0.
```
cd crystal

View File

@ -338,7 +338,7 @@ def self.conj(args)
end
def self.time_ms(args)
(Time.now.to_i.to_i32) * 1000
Time.now.epoch_ms.to_i32
end
# Note: