interesting. you can do:
puts( p1 .~ p2 ) # => 50.5964425626941 seems nice enough ... ? On Wed, Dec 23, 2009 at 2:15 PM, Bodaniel Jeanes <[email protected]> wrote: > I spent days trying to find other unary methods (working my way up the > number pad with shift held down etc) and didn't have much luck. But I did > find somethign which to me seemed like a bit of a bug: > > Here I discovered unary methods: http://gist.github.com/92446 > And here I gave up in frustration at my idea: http://gist.github.com/92968 > > On Wed, Dec 23, 2009 at 1:11 PM, David Lee > <[email protected]>wrote: > >> and you're correct again, &@ and %@ are invalid function names. >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Ruby or Rails Oceania" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<rails-oceania%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/rails-oceania?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "Ruby or Rails Oceania" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<rails-oceania%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/rails-oceania?hl=en. > -- cheers, David Lee -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en.
