repo.or.cz
/
ruby.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[rubygems/rubygems] Use a constant empty tar header to avoid extra allocations
[ruby.git]
/
spec
/
mspec
/
bin
/
mkspec
blob
00f1fdff471e9e812dee4a5ca717662680ed01b2
1
#!/usr/bin/env ruby
2
3
$
:.
unshift File
.
expand_path
(
'../../lib'
,
__FILE__
)
4
5
require
'mspec/commands/mkspec'
6
7
MkSpec
.
main