To start playing with mixed Cocoa and MacRuby classes I created a Foo Objcetive
C Framework containing just one class Roo:
#import
@interface Roo : NSObject {
float aValue;
NSNumber *anotherValue;
NSMutableString *aString;
}
@property float aValue;
@property(retain) NSNum
> I'm stuck here. How can I have Objective C methods "visible" from MacRuby?
In MacRuby there's a hidden additional parameter to methods or instance_methods
to include Objective-C methods in the lists they return, for instance:
> String.instance_methods(true, true)
The first parameter is already
Thanks Jordon:
I didn't realize that some core Ruby class methods changed for 1.9. I will
update my documentation.
Bob Rice
On Nov 28, 2009, at 7:18 PM, Jordan Breeding wrote:
> each is not documented for Ruby 1.9 that I know of, only for Ruby 1.8, do you
> have the Pragmatic books? They don'
#466: NSTableView delegate for tool tip gives "unrecognized runtime type "
+---
Reporter: jonat...@… | Owner: lsansone...@…
Type: defect | Status: new
On Sun, Nov 29, 2009 at 10:14 AM, Robert Rice wrote:
> Thanks Jordon:
>
> I didn't realize that some core Ruby class methods changed for 1.9. I will
> update my documentation.
>
> Bob Rice
>
>
Bob, this has been well documented many months ago in both "Programming Ruby
1.9" by Dave Thomas et al a
On Sun, Nov 29, 2009 at 12:37 PM, Conrad Taylor wrote:
> On Sun, Nov 29, 2009 at 10:14 AM, Robert Rice wrote:
>
>> Thanks Jordon:
>>
>> I didn't realize that some core Ruby class methods changed for 1.9. I will
>> update my documentation.
>>
>> Bob Rice
>>
>>
> Bob, this has been well documented
Hi Conrad:
I don't remember where I downloaded my Ruby.pdf file from - it has no credit
information.
I suspect you will have lots of other users upgrading directly from Ruby 1.8.7
to the new MacRuby.
Bob Rice
On Nov 29, 2009, at 3:38 PM, Conrad Taylor wrote:
>
>
> On Sun, Nov 29, 2009 at
#424: performance regression from ruby 1.8 and 1.9
-+--
Reporter: jordan.breed...@…| Owner: lsansone...@…
Type: defect | Status: new
Priority: blocker
#424: performance regression from ruby 1.8 and 1.9
-+--
Reporter: jordan.breed...@…| Owner: lsansone...@…
Type: defect | Status: new
Priority: blocker
#424: performance regression from ruby 1.8 and 1.9
-+--
Reporter: jordan.breed...@…| Owner: lsansone...@…
Type: defect | Status: new
Priority: blocker
#424: performance regression from ruby 1.8 and 1.9
-+--
Reporter: jordan.breed...@…| Owner: lsansone...@…
Type: defect | Status: new
Priority: blocker
#466: NSTableView delegate for tool tip gives "unrecognized runtime type "
+---
Reporter: jonat...@… | Owner: lsansone...@…
Type: defect | Status: new
#467: macrubyc generate binary that does not work using File.dirname
-+--
Reporter: jordan.breed...@…| Owner: lsansone...@…
Type: defect | Status: new
Pr
#468: String.split("") doesn't work as expected
-+--
Reporter: jordan.breed...@…| Owner: lsansone...@…
Type: defect | Status: new
Priority: blocker
#442: each_with_index fails for nested arrays
--+-
Reporter: devin.chalm...@… |Owner: lsansone...@…
Type: defect| Status: closed
Priority: major
#437: -[NSObject hash] values change when MacRuby is initialized
-+--
Reporter: illenber...@…|Owner: lsansone...@…
Type: defect | Status: closed
Priority: m
16 matches
Mail list logo