repo.or.cz
/
rbx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update to RDoc 2.1.0 r112
[rbx.git]
/
mspec
/
bin
/
mkspec
blob
13bd9bf799a46d40560ce452806d4fb778894ead
1
#!/usr/bin/env ruby
2
3
$
:.
unshift File
.
expand_path
(
File
.
dirname
(
__FILE__
) +
'/../lib'
)
4
5
require
'mspec/commands/mkspec'
6
7
MkSpec
.
main