jhass[m] changed the topic of #ruby to: Rules: https://ruby-community.com | Ruby 3.1.2, 3.0.4, 2.7.6: https://www.ruby-lang.org | Paste 4+ lines to: https://gist.github.com | Books: https://goo.gl/wpGhoQ
typeof[panda] has quit [Quit: Client closed]
pfharlock has quit [Remote host closed the connection]
pfharlock has joined #ruby
oxfuxxx has joined #ruby
<weaksauce> adam12 is there an appreciable difference between considering it just a class method instead of an instance method on the eigenclass?
<weaksauce> i guess only because ruby lets you change things willy nilly
<weaksauce> vs a class method in something like java
mixfix41 has quit [Ping timeout: 246 seconds]
cocalero has quit [Quit: Going offline, see ya! (www.adiirc.com)]
Rounin has quit [Ping timeout: 240 seconds]
oxfuxxx has quit [Ping timeout: 246 seconds]
oxfuxxx has joined #ruby
oxfuxxx has quit [Ping timeout: 246 seconds]
oxfuxxx has joined #ruby
floss-jas has joined #ruby
floss-jas has quit [Excess Flood]
oxfuxxx has quit [Ping timeout: 246 seconds]
floss-jas has joined #ruby
floss-jas has quit [Remote host closed the connection]
szkl has quit [Quit: Connection closed for inactivity]
aeris has quit [Ping timeout: 240 seconds]
aeris has joined #ruby
floss-jas has joined #ruby
floss-jas has quit [Excess Flood]
Sankalp has quit [Ping timeout: 272 seconds]
Sankalp has joined #ruby
John_Ivan has quit [Ping timeout: 260 seconds]
Vonter has joined #ruby
John_Ivan has joined #ruby
John_Ivan has quit [Remote host closed the connection]
John_Ivan has joined #ruby
Ziyan has joined #ruby
polishdub has quit [Remote host closed the connection]
John_Ivan has quit [Ping timeout: 240 seconds]
floss-jas has joined #ruby
hololeap has joined #ruby
pfharlock has quit [Remote host closed the connection]
pfharlock has joined #ruby
Ziyan has quit [Ping timeout: 244 seconds]
Ziyan has joined #ruby
ur5us has quit [Remote host closed the connection]
ur5us has joined #ruby
Ziyan has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
jpn has joined #ruby
pfharlock has quit [Remote host closed the connection]
pfharlock has joined #ruby
pfharlock has quit [Remote host closed the connection]
pfharlock has joined #ruby
jpn has quit [Ping timeout: 272 seconds]
hololeap is now known as fartfart
Ziyan has joined #ruby
ur5us has quit [Ping timeout: 272 seconds]
ur5us has joined #ruby
Pixi has quit [Ping timeout: 276 seconds]
oxfuxxx has joined #ruby
ur5us has quit [Remote host closed the connection]
ur5us has joined #ruby
Pixi has joined #ruby
ur5us_ has joined #ruby
fartfart is now known as hololeap
ur5us has quit [Ping timeout: 244 seconds]
ur5us_ has quit [Ping timeout: 244 seconds]
ur5us has joined #ruby
jazz has quit [Quit: Ping timeout (120 seconds)]
Tempesta has joined #ruby
jazz has joined #ruby
ur5us has quit [Ping timeout: 272 seconds]
protektwar has joined #ruby
protektwar has quit [Changing host]
protektwar has joined #ruby
Ziyan has quit [Ping timeout: 272 seconds]
Ziyan has joined #ruby
typeof[panda] has joined #ruby
Ziyan_ has joined #ruby
Ziyan has quit [Read error: Connection reset by peer]
rvalue has quit [Remote host closed the connection]
rvalue has joined #ruby
pfharlock has quit [Remote host closed the connection]
pfharlock has joined #ruby
CrazyEddy has joined #ruby
ur5us has joined #ruby
dionysus69 has joined #ruby
moldorcoder7 has quit [Ping timeout: 272 seconds]
dionysus69 has quit [Quit: dionysus69]
dionysus69 has joined #ruby
_ht has joined #ruby
oxfuxxx has quit [Ping timeout: 272 seconds]
pfharlock has quit [Remote host closed the connection]
pfharlock has joined #ruby
typeof[panda] has quit [Quit: Client closed]
howdoi has quit [Quit: Connection closed for inactivity]
pfharlock has quit [Remote host closed the connection]
pfharlock has joined #ruby
ollysmith has quit [Quit: ZNC 1.8.2+deb2+b4 - https://znc.in]
ollysmith has joined #ruby
teclator has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
Rounin has joined #ruby
Tempesta has quit [Read error: Connection reset by peer]
ianikeev has joined #ruby
dionysus69 has quit [Quit: dionysus69]
dionysus69 has joined #ruby
ur5us has quit [Remote host closed the connection]
ur5us has joined #ruby
pfharlock has quit [Remote host closed the connection]
pfharlock has joined #ruby
ur5us has quit [Remote host closed the connection]
dionysus69 has quit [Ping timeout: 244 seconds]
ur5us has joined #ruby
Tempesta has joined #ruby
pfharlock has quit [Remote host closed the connection]
pfharlock has joined #ruby
ur5us has quit [Remote host closed the connection]
ur5us has joined #ruby
ur5us_ has joined #ruby
ur5us_ has quit [Remote host closed the connection]
ur5us_ has joined #ruby
ur5us has quit [Ping timeout: 272 seconds]
dionysus69 has joined #ruby
ur5us_ has quit [Remote host closed the connection]
ur5us_ has joined #ruby
ur5us_ has quit [Remote host closed the connection]
ur5us_ has joined #ruby
ur5us_ has quit [Remote host closed the connection]
ur5us_ has joined #ruby
John_Ivan has joined #ruby
ur5us_ has quit [Remote host closed the connection]
ur5us_ has joined #ruby
josephl has quit [Quit: Connection closed for inactivity]
Ziyan_ has quit [Ping timeout: 272 seconds]
N_3Do has joined #ruby
dionysus69 has quit [Ping timeout: 272 seconds]
ur5us_ has quit [Remote host closed the connection]
ur5us_ has joined #ruby
ur5us has joined #ruby
ur5us_ has quit [Read error: Connection reset by peer]
<ox1eef> eigenclass is somewhat of an invention by rubyists, the "correct" name is singleton class. you can see that throughout ruby' interface, eg FooClass.singleton_class, define_singleton_method, etc.
<ox1eef> ruby's interface*
jpn has joined #ruby
jpn has quit [Ping timeout: 272 seconds]
N_3Do has quit [Remote host closed the connection]
N_3Do has joined #ruby
tumdum has joined #ruby
Tempesta has quit [Read error: Connection reset by peer]
ur5us has quit [Ping timeout: 276 seconds]
N_3Do has quit [Ping timeout: 240 seconds]
roshanavand has joined #ruby
jpn has joined #ruby
roshanavand has quit [Ping timeout: 240 seconds]
jpn has quit [Ping timeout: 240 seconds]
Ziyan has joined #ruby
<adam12> weaksauce: It's one of those things where you can explain not enough or explain too much. I was hoping when explaining it to henk that it was more than surface level but not too complex. But I think you could just consider it a class method and not give it any further thought.
<adam12> The fact that it's backed by an object is what makes it kind of interesting, I suppose.
<adam12> ox1eef: Agreed. I think some people have called it a metaclass too... which probably doesn't help.
roshanavand has joined #ruby
gproto23 has joined #ruby
Tempesta has joined #ruby
jpn has joined #ruby
jpn has quit [Ping timeout: 276 seconds]
pfharlock has quit [Remote host closed the connection]
pfharlock has joined #ruby
John_Ivan has quit [Read error: Connection reset by peer]
pfharlock has quit [Remote host closed the connection]
pfharlock has joined #ruby
roshanavand has quit [Ping timeout: 246 seconds]
John_Ivan has joined #ruby
dza has quit [Quit: ]
dza has joined #ruby
dza has quit [Client Quit]
dza has joined #ruby
tv- has quit [Quit: Bye]
crimsonkinda has joined #ruby
elements has joined #ruby
<elements> hi all, anyone awake ? :D
elements has quit [Remote host closed the connection]
dionysus69 has joined #ruby
dionysus69 has quit [Ping timeout: 240 seconds]
pfharlock has quit [Remote host closed the connection]
pfharlock has joined #ruby
goldfish has joined #ruby
goldfish has quit [Max SendQ exceeded]
goldfish has joined #ruby
Thanzex4 has joined #ruby
Thanzex has quit [Ping timeout: 256 seconds]
Thanzex4 is now known as Thanzex
kaivai_ has quit [Ping timeout: 256 seconds]
ianikeev has quit [Remote host closed the connection]
floss-jas has quit [Remote host closed the connection]
<henk> adam12: yeah, I’m assuming something like that, too. thank you (:
pfharlock has quit [Remote host closed the connection]
pfharlock has joined #ruby
roshanavand has joined #ruby
goldfish has quit [Quit: Leaving]
floss-jas has joined #ruby
goldfish has joined #ruby
<havenwood> I look forward to benchmarks and more from Object shapes... https://bugs.ruby-lang.org/issues/18776
gcd has quit [Ping timeout: 240 seconds]
gcd has joined #ruby
kiki_lamb has joined #ruby
kiki_lamb has quit [Client Quit]
gr33n7007h has joined #ruby
roshanavand has quit [Ping timeout: 256 seconds]
victori has quit [Read error: Connection reset by peer]
victori has joined #ruby
roshanavand has joined #ruby
cocalero has joined #ruby
cocalero has quit [Client Quit]
cocalero has joined #ruby
hololeap has quit [Ping timeout: 240 seconds]
hololeap has joined #ruby
pfharlock has quit [Remote host closed the connection]
pfharlock has joined #ruby
roshanavand_ has joined #ruby
roshanavand has quit [Ping timeout: 260 seconds]
_ht has quit [Remote host closed the connection]
emcb546 has joined #ruby
emcb54 has quit [Ping timeout: 260 seconds]
emcb546 is now known as emcb54
cocalero has quit [Quit: Going offline, see ya! (www.adiirc.com)]
turns7 has joined #ruby
turns7 has quit [Ping timeout: 260 seconds]
protektwar has quit [Ping timeout: 272 seconds]
pfharlock has quit [Remote host closed the connection]
pfharlock has joined #ruby
gproto23 has quit [Remote host closed the connection]
oxfuxxx has joined #ruby
hololeap has quit [Ping timeout: 240 seconds]
hololeap has joined #ruby
Al2O3 has quit [Ping timeout: 240 seconds]
oxfuxxx has quit [Ping timeout: 276 seconds]
Al2O3 has joined #ruby
Sankalp has quit [Ping timeout: 276 seconds]
Sankalp has joined #ruby
Ziyan has quit [Quit: Textual IRC Client: www.textualapp.com]
crimsonkinda has left #ruby [#ruby]
Cork has quit [Read error: Connection reset by peer]
Cork has joined #ruby
tv- has joined #ruby
cocalero has joined #ruby
tumdum has quit [Ping timeout: 260 seconds]
RickHull has joined #ruby
hololeap_ has joined #ruby
hololeap has quit [Ping timeout: 240 seconds]
reset has quit [Quit: reset]
hololeap_ is now known as hololeap
goldfish has quit [Quit: Leaving]
<ox1eef> adam12: yeah, metaclass was another name that was used quite frequently. thing is, neither of those shed any insight while i think singleton class is pretty accurate.
drincruz has quit [Quit: fBNC - https://bnc4free.com]