This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
HCrisp
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update Crystal to 0.7.7
master
rhysd
9 years ago
parent
1469b0ac76
commit
b9a9345277
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
README.md
+1
-1
src/crisp/core.cr
+ 1
- 1
README.md
View File
@ -35,7 +35,7 @@ Please see [mal test cases](https://github.com/rhysd/Crisp/tree/master/spec/cris
## Development Environment
- OS X
- Crystal 0.7.1 ~ 0.7.3
- Crystal 0.7.1 ~ 0.7.3
or 0.7.7
## License
+ 1
- 1
src/crisp/core.cr
View File
@ -339,7 +339,7 @@ module Crisp
end
def
time_ms
(
args
)
p">(
Time
.
now
.
to_i
.
to_i32
)
*
1000
Time
.
now
.
epoch_ms
.
to_i32
end
# Note:
Write
Preview
Loading…
Cancel
Save