/[Frey]/trunk/static/ob/Types.js
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/static/ob/Types.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 50 - (show annotations)
Wed Jul 2 22:30:19 2008 UTC (15 years, 9 months ago) by dpavlin
File MIME type: application/javascript
File size: 109 byte(s)
more introspection, including few dummy types
1 Module("Moose", function () {
2 Type("Int", {
3 where: /^-*\d+$/
4 }),
5 Type('Str', {}),
6 Type('Bool', {})
7 });

  ViewVC Help
Powered by ViewVC 1.1.26