bricooke / croak-app

OS X RubyCocoa app for displaying unresolved errors from hoptoadapp.com

This URL has Read+Write access

croak-app / main.m
100644 16 lines (13 sloc) 0.286 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// main.m
// Croak
//
// Created by Brian Cooke on 8/21/08.
// Copyright (c) 2008 roobasoft, LLC. All rights reserved.
//
 
#import <Cocoa/Cocoa.h>
#import <RubyCocoa/RBRuntime.h>
 
int main(int argc, const char *argv[])
{
    return RBApplicationMain("rb_main.rb", argc, argv);
}