Re: Linguistics gem

2012-08-07 Thread rohitn
On Sunday, August 5, 2012 8:25:56 AM UTC-5, Dave Castellano wrote: > > Have Linguistics gem in gem list: > ... > libwebsocket (0.1.3) > linguistics (1.0.9) > mail (2.4.4, 2.4.3, 2.4.1)... > > but: > > require 'linguistics' > Linguistics::use( :en ) # extends Array, String, and Numeric > > g

The source of RUBY_PLATFORM

2012-08-07 Thread Intransition
How does Ruby get the information for RUBY_PLATFORM? On my machine the value is `x86_64-linux`. I can use a shell command `arch` to get "x86_64". Where does is get the "linux" part? -- You received this message because you are subscribed to the Google Groups ruby-talk-google group. To post to t

Re: Supporting multiple versions of an API

2012-08-07 Thread Intransition
On Thursday, August 2, 2012 5:16:34 PM UTC-4, Robert Klemme wrote: > > > So it's *not* the user deciding on the API version! That's a > different situation. Or does the user present the loaded YAML file? > Can you be a bit more specific about your usage scenario? > Well ultimately the user c