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
Added spec:commit task to commit changes to spec/ruby sources.
[rbx.git]
/
shotgun
/
lib
/
numeric.c
blob
d801dbc742370a6e5ccc88e3184b0a7572f67edc
1
#include
"shotgun/lib/shotgun.h"
2
#include
"shotgun/lib/numeric.h"
3
#include
"shotgun/lib/array.h"
4
5
OBJECT
numeric_coerce
(
STATE
,
OBJECT a
,
OBJECT b
) {
6
return
Qnil
;
7
}
8