1
0
Fork 0
mirror of https://github.com/rubyjs/therubyrhino synced 2023-03-27 23:21:34 -04:00
Commit graph

14 commits

Author SHA1 Message Date
kares
ae19ed1a0f == operator for wrapped ruby objects/functions 2011-12-09 19:05:56 +01:00
kares
0d4d17a0a9 place To module methods on Rhino itself - move deprecations (for previous version compatibility) into one place with warnings 2011-12-09 07:52:47 +01:00
kares
11f4df4be9 RubyObject/RubyFunction review + specs for better integration when some ruby needs to enter Rhino's JS world ... 2011-12-08 17:28:23 +01:00
kares
55bda78f6f refactor JavaScript module to JS (J might be a bit confusing with Java) and make JRuby's javasupport module constant warnings in specs go away 2011-12-07 12:41:18 +01:00
Charles Lowell
5e677f63f1 Merge remote-tracking branch 'alexkwolfe/master'
Conflicts:
	lib/rhino/ruby_object.rb
2011-10-06 06:13:09 -05:00
Charles Lowell
115d327d70 implement JavaScript setter syntax on embedded Ruby objects 2011-10-06 06:09:20 -05:00
Alex Wolfe
2775aa4960 Fixes broken #has method. Array does not respond to #key?, so #include? should be used instead. 2011-09-29 15:59:48 -05:00
Alex Wolfe
7073412013 JRuby 1.9 returns public_methods as an array of symbols, while 1.8 returns an array of strings. Normalize to an array of symbols. 2011-09-27 09:57:40 -05:00
Nick Sieger
bdd5200619 Remove puts methods 2011-06-09 16:03:33 -05:00
Nick Sieger
517f33c408 Missed one more place for JavaLang => java.lang 2011-06-08 15:10:51 -05:00
Charles Lowell
3dff206175 access ruby properties as javascript properties 2010-01-18 15:35:34 +02:00
Charles Lowell
88707e09e2 allow for evaluating javascript in the context of a ruby object 2009-11-13 12:09:54 -05:00
Charles Lowell
d3cc953c14 support for native arrays coming in and out of javascript. Support for calling ruby functions 2009-11-11 21:12:20 -05:00
Charles Lowell
138d41dc98 add support for embedding ruby instances 2009-11-09 10:45:23 -05:00