| wycats | is there a version of YARV that's compatible with 1.8.5? |
| kuja | wycats: No |
| wycats | that sucks so it's purely 1.9? |
| kuja | Yes. Purely on the path to becoming Ruby2. 1.9 is a testing branch for YARV and other Ruby2 features. It only makes sense YARV is not compatible with 1.8. |
| aagm | typedef void(* RUBY_DATA_FUNC)(void*) whats that do? anyone? |
| kmeyer | umm something? :D |
| oGMo | it's a typedef. it defs a type |
| aagm | oGMo: do you know? shazbot :D that's from starsiege:tribes, innit? |
| shazbotus | hellz yeah |
| teferi | it's from mork and mindy. but yes, also tribes |
| logankoester | "foo 'bar'" syntax is an assignment, right? Just ommitting the = |
| ciaran | logankoester: what? It's a method call& |
| kuja | No It's not assignment. |
| teferi | um, what? |
| kuja | logankoester: In Ruby, wrapping method arguments with parenthesis isn't required. |
| logankoester | oh, okay thanks |
| raasdnil | Hello all, I'm visiting from #rails :) |
| aagm | hello double a name, person |
| raasdnil | Question, what is the "ruby way" of doing this: http://rafb.net/p/Th1wh117.html ? oops... I mean this: http://rafb.net/p/0EUugS81.html |
| apeiros_ | raasdnil, http://pastie.caboo.se/63052 |
| raasdnil | aperios: Cool! The braces are like a default entry? |
| apeiros_ | no, the braces are a block corundum, tutorials? |
| corundum | tutorials is at http://pine.fm/LearnToProgram/?Chapter=01, also see poignantguide or http://poignantguide.net/ruby/ |