#ruby-lang - Fri 23 Feb 2007 between 02:29 and 03:27



slapahoa conditional... what are the technical terms for the parts of it
liek clause, condition, etc
you know, if then statements
manveru?
snockeredhey there!
pstickneuhm, uhh, when-to-do-it and what-to-do? ;)
slapahothis channel used to be helpful.
manverulol
sorry, but terms and conditions are not my way of thinking...
if/elsif/else
each tests for being not nil and not false
(else doesn't test, it runs when nothing else matches)
the first one to match wins
why would someone need to know the technical terms to use it?
slapahowho cares why
manveruwho cares
mksmwho
manveruheh, kazekahase is cool
tiglionabbithi
so um, I'm using yoshi's ruby-opengl, and I'm giving glut an idle function.. and well, it seems to run my animation for a while until suddenly there's a big long pause of inactivity where it's eating up my cpu
after a while it recovers
Why would that happen? how can I debug something like that?
motionmmm anyone here happen to use svn over https:// with groups
blinkhrm, you can make a public method private, right?
floriwith "private :methodname"
manverudrbrain: around?
blinkin reference to inherited methods, in particular .new inherited from Class.
manveruuhm
::new is public...
floriprivate_class_method :new
manveruclass A; class << self; private :new; end; end
aye, faster :)
blinkflori: is this rails?
manveruA.new
NoMethodError: private method `new' called for A:Class
florino, ruby
blinkmanveru: yeah, i wwas just wondering if annyone knew if ruby would freak ouut at that.
floriit's short for: class A ; class << self; private :new; end; end
blinkholy crap, i've never seen that methtod before.
manverublink: why should it?

Page: 1 8 15 22 29 36 43 50 57 64 71 

IrcArchive