baweaver changed the topic of #ruby to: Rules & more: https://ruby-community.com | Ruby 2.6.3, 2.5.5, 2.4.6: https://www.ruby-lang.org | Paste 4+ lines of text to https://dpaste.de/ and select Ruby as the language | Rails questions? Ask in #RubyOnRails | Books: https://goo.gl/wpGhoQ | Logs: https://irclog.whitequark.org/ruby | Can't talk? Register/identify with Nickserv first!
laaron has quit [Quit: ZNC 1.7.1 - https://znc.in]
laaron has joined #ruby
PettanShoutaKun has quit [Ping timeout: 256 seconds]
miskatonic has quit [Quit: ERC (IRC client for Emacs 24.5.1)]
skryking has quit [Ping timeout: 246 seconds]
skryking has joined #ruby
leitz has quit [Quit: Leaving]
standardname has joined #ruby
standardnamee has joined #ruby
octos has quit [Read error: Connection reset by peer]
octos has joined #ruby
standardname has quit [Ping timeout: 252 seconds]
brool has joined #ruby
Exuma has quit [Quit: Textual IRC Client: www.textualapp.com]
cliluw has quit [Read error: Connection reset by peer]
brool has quit [Ping timeout: 252 seconds]
dsmythe has quit [Remote host closed the connection]
orbyt_ has joined #ruby
dsmythe has joined #ruby
laaron has quit [Remote host closed the connection]
laaron has joined #ruby
cliluw has joined #ruby
standardnamee has quit [Ping timeout: 246 seconds]
haxx0r has joined #ruby
Ai9zO5AP has quit [Read error: Connection reset by peer]
Ai9zO5AP has joined #ruby
salerace has quit [Quit: salerace]
Kestrel-029 has joined #ruby
Nicmavr has quit [Ping timeout: 245 seconds]
fphilipe has joined #ruby
Nicmavr has joined #ruby
dsmythe has quit [Remote host closed the connection]
Kestrel-029 has quit [Ping timeout: 245 seconds]
dsmythe has joined #ruby
bjpenn has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
fphilipe has quit [Ping timeout: 252 seconds]
<bjpenn> any idea what the difference is between attr_reader :foo vs attr_reader foo
<bjpenn> when would you use one vs the other?
<bjpenn> i guess attr_reader foo is not valid syntax?
<phaul> the latter just references a local variable foo or method call on self foo
dar123 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<phaul> syntactically it's valid
<phaul> probably undefined variable or method call error though
orbyt_ has joined #ruby
<phaul> :foo is just a Symbol constant that's passed to the method attr_reader. no special syntax is involved..
<bjpenn> so :foo is a symbol, and symbols can be used to assign to something?
<bjpenn> like :foo = 5?
<bjpenn> i guess where im confused is, in other languages
<mozzarella> you can't assign to symbols
<phaul> no. :foo is a symbol and it's just any other object with no special behavioour, it's like 5, 'blah' , 3.14 etc
<bjpenn> i see
<bjpenn> so in this case, it represents the class variable @foo right?
<bjpenn> attr_reader :foo does
<phaul> it can be thought of as a constant string
AJA4350 has quit [Quit: AJA4350]
<phaul> attr_reader is a method that defines a getter method dynamically based on the symbol it got
<phaul> and the getter method will use the symbol name to access the instance variable too.
Swyper has joined #ruby
<bjpenn> oh i see
<bjpenn> ok i guess im clear now
<bjpenn> it was confusing a little bit Symbol vs variable
<bjpenn> variables are used to point to something. Symbols are a value, just like whatever is in a variable
<bjpenn> :D
<bjpenn> phaul: thanks!
<phaul> np, yw
SuperL4g has joined #ruby
SuperLag has quit [Ping timeout: 258 seconds]
dar123 has joined #ruby
jenrzzz has joined #ruby
haxx0r has quit [Ping timeout: 244 seconds]
houhoulis has joined #ruby
haxx0r has joined #ruby
jenrzzz has quit [Ping timeout: 246 seconds]
kapilp has joined #ruby
tj_ has quit [Remote host closed the connection]
apparition has joined #ruby
Swyper has quit [Remote host closed the connection]
Nicmavr has quit [Ping timeout: 245 seconds]
Nicmavr has joined #ruby
Swyper has joined #ruby
ramfjord has quit [Ping timeout: 245 seconds]
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Swyper has quit [Remote host closed the connection]
cjohnson has joined #ruby
tf2ftw has joined #ruby
weteamsteve has quit [Ping timeout: 264 seconds]
weteamsteve has joined #ruby
Fusl has quit [Remote host closed the connection]
Fusl has joined #ruby
braincrash has quit [Quit: bye bye]
braincrash has joined #ruby
Nicmavr has quit [Ping timeout: 245 seconds]
octos has quit [Remote host closed the connection]
octos has joined #ruby
Nicmavr has joined #ruby
fphilipe has joined #ruby
esp32_prog has joined #ruby
fphilipe has quit [Ping timeout: 252 seconds]
esp32_prog has quit [Ping timeout: 252 seconds]
dar123 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
renich has quit [Ping timeout: 258 seconds]
ur5us has quit [Remote host closed the connection]
gix- has joined #ruby
gix has quit [Disconnected by services]
dar123 has joined #ruby
agent_white has quit [Quit: bbl]
cd has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Ping timeout: 258 seconds]
cd has quit [Remote host closed the connection]
cd has joined #ruby
houhoulis has quit [Remote host closed the connection]
haxx0r has quit [Remote host closed the connection]
SuperL4g is now known as SuperLag
tf2ftw has quit [Quit: My Mac Mini has gone to sleep. ZZZzzz…]
fphilipe has joined #ruby
fphilipe has quit [Ping timeout: 248 seconds]
sauvin has joined #ruby
apparition has quit [Quit: Bye]
dsmythe has quit [Ping timeout: 268 seconds]
Nicmavr has quit [Ping timeout: 245 seconds]
Nicmavr has joined #ruby
_whitelogger has joined #ruby
kapilp has quit [Quit: Connection closed for inactivity]
dellavg_ has joined #ruby
dsmythe has joined #ruby
kyrylo has joined #ruby
john_ has joined #ruby
john_ has quit [Remote host closed the connection]
babylink has joined #ruby
<banisterfiend> oh yea
<banisterfiend> split tunnelling is working, finally 😍
jenrzzz has joined #ruby
<babylink> hi friends of my heart
<banisterfiend> babylink who r u
jenrzzz has quit [Ping timeout: 246 seconds]
<babylink> banisterfiend an actual baby
solars has joined #ruby
<solars> hi, is there any chatbot framework for FB or telegram that actually supports something like Alexa/Snips has, where you define patterns for sentences and variable slots?
Exuma has joined #ruby
weteamsteve has quit [Read error: Connection reset by peer]
bjpenn has quit [Ping timeout: 268 seconds]
nowhere_man has joined #ruby
nowhereman has quit [Ping timeout: 258 seconds]
reber has joined #ruby
dsmythe has quit [Ping timeout: 252 seconds]
Exuma has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dionysus69 has quit [Quit: ZNC 1.7.2+deb2 - https://znc.in]
reber has quit [Remote host closed the connection]
conta has joined #ruby
FastJack has quit [Ping timeout: 264 seconds]
banisterfiend has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
babylink has quit [Remote host closed the connection]
banisterfiend has joined #ruby
jenrzzz has joined #ruby
<syndikate> Okay, figured out access logs, now only thing left is to sync the log file
<syndikate> As of now WEBrick only syncs it on process exit
kyrylo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nowhere_man has quit [Ping timeout: 244 seconds]
jenrzzz has quit [Ping timeout: 244 seconds]
banisterfiend has quit [Max SendQ exceeded]
dar123 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kyrylo has joined #ruby
kyrylo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ellcs has joined #ruby
ellcs has quit [Max SendQ exceeded]
ellcs has joined #ruby
ellcs has quit [Max SendQ exceeded]
ellcs has joined #ruby
ellcs has quit [Max SendQ exceeded]
ellcs has joined #ruby
esp32_prog has joined #ruby
_whitelogger has joined #ruby
ellcs has quit [Ping timeout: 248 seconds]
nowhere_man has joined #ruby
Nicmavr has quit [Ping timeout: 245 seconds]
Nicmavr has joined #ruby
duderonomy has joined #ruby
ellcs has joined #ruby
FastJack has joined #ruby
ravenousmoose has joined #ruby
reber has joined #ruby
_whitelogger has joined #ruby
fphilipe has joined #ruby
john_ has joined #ruby
<john_> hello
<john_> ok
banisterfiend has joined #ruby
<john_> women are people too and must also be respected
Dbugger has joined #ruby
ellcs has quit [Ping timeout: 252 seconds]
esp32_prog has quit [Ping timeout: 258 seconds]
kapilp has joined #ruby
syndikate has quit [Quit: M'Kay]
esp32_prog has joined #ruby
powerbit has joined #ruby
esp32_prog has quit [Ping timeout: 244 seconds]
ravenousmoose has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
fphilipe has quit [Ping timeout: 252 seconds]
AJA4350 has joined #ruby
banisterfiend has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jefffrails35 has joined #ruby
tdy has quit [Ping timeout: 246 seconds]
john_ has quit [Ping timeout: 258 seconds]
Kestrel-029 has joined #ruby
Nicmavr has quit [Ping timeout: 245 seconds]
banisterfiend has joined #ruby
DTZUZO has quit [Ping timeout: 244 seconds]
nowhere_man has quit [Ping timeout: 258 seconds]
banisterfiend has quit [Read error: Connection reset by peer]
Nicmavr has joined #ruby
Kestrel-029 has quit [Ping timeout: 245 seconds]
<IGnorAND> Hi
AJA4351 has joined #ruby
AJA4350 has quit [Ping timeout: 245 seconds]
AJA4351 is now known as AJA4350
conta has quit [Quit: conta]
reber has quit [Remote host closed the connection]
laaron- has joined #ruby
xco has joined #ruby
laaron has quit [Ping timeout: 256 seconds]
Inline has quit [Quit: Leaving]
ravenousmoose has joined #ruby
xco has quit [Quit: xco]
octos has quit [Remote host closed the connection]
octos has joined #ruby
fphilipe has joined #ruby
banisterfiend has joined #ruby
ravenousmoose has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
fphilipe has quit [Ping timeout: 248 seconds]
kapilp has quit [Quit: Connection closed for inactivity]
tf2ftw has joined #ruby
DTZUZO has joined #ruby
Swyper has joined #ruby
ravenousmoose has joined #ruby
apparition has joined #ruby
Swyper has quit [Remote host closed the connection]
Swyper has joined #ruby
haxx0r has joined #ruby
Fusl has quit [Ping timeout: 256 seconds]
_whitelogger has joined #ruby
Mia has joined #ruby
Mia has quit [Changing host]
Mia has joined #ruby
gray_-_wolf has joined #ruby
gray_-_wolf has quit [Client Quit]
banisterfiend has quit [Read error: Connection reset by peer]
gray_-_wolf has joined #ruby
Fusl has joined #ruby
Mia has quit [Read error: Connection reset by peer]
doodleb72 has joined #ruby
doodlebug has quit [Ping timeout: 255 seconds]
kyrylo has joined #ruby
Nicmavr has quit [Ping timeout: 245 seconds]
GodFather_ has joined #ruby
Nicmavr has joined #ruby
GodFather has joined #ruby
doodleb72 has quit [Ping timeout: 258 seconds]
Axy has joined #ruby
Axy has quit [Changing host]
Axy has joined #ruby
Axy has quit [Read error: Connection reset by peer]
Swyper has quit [Remote host closed the connection]
tf2ftw has quit [Quit: My Mac Mini has gone to sleep. ZZZzzz…]
Swyper has joined #ruby
Exuma has joined #ruby
sylario has joined #ruby
altious has quit [Read error: Connection reset by peer]
burzos has joined #ruby
Psy-Q has left #ruby ["Leaving"]
<burzos> Is there some way to disable coercion in `dry-validation` Schemas?
GodFather_ has quit [Ping timeout: 246 seconds]
GodFather has quit [Ping timeout: 246 seconds]
wald0 has joined #ruby
fphilipe has joined #ruby
wald0 has quit [Quit: Lost terminal]
fphilipe has quit [Ping timeout: 248 seconds]
tf2ftw has joined #ruby
jrafanie has joined #ruby
zacts has joined #ruby
AJA4350 has quit [Ping timeout: 246 seconds]
Nicmavr has quit [Ping timeout: 245 seconds]
nowhere_man has joined #ruby
Nicmavr has joined #ruby
Swyper has quit [Remote host closed the connection]
BTRE has quit [Remote host closed the connection]
xco has joined #ruby
ravenousmoose has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nowhereman has joined #ruby
nowhere_man has quit [Ping timeout: 258 seconds]
ravenousmoose has joined #ruby
burzos has quit [Quit: Page closed]
zacts has quit [Quit: WeeChat 2.4]
AJA4350 has joined #ruby
Azure has joined #ruby
weteamsteve has joined #ruby
kyrylo_ has joined #ruby
kyrylo has quit [Ping timeout: 255 seconds]
Exuma has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
zacts has joined #ruby
tf2ftw has quit [Quit: My Mac Mini has gone to sleep. ZZZzzz…]
jrafanie has quit [Quit: Textual IRC Client: www.textualapp.com]
ravenousmoose has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
weird_error has joined #ruby
lightstalker has quit [Ping timeout: 258 seconds]
Exuma has joined #ruby
weird_error has quit [Quit: weird_error]
zacts has quit [Quit: WeeChat 2.4]
lightstalker has joined #ruby
fphilipe has joined #ruby
Yxhuvud has quit [Quit: No Ping reply in 180 seconds.]
Yxhuvud has joined #ruby
fphilipe has quit [Ping timeout: 252 seconds]
Kestrel-029 has joined #ruby
Nicmavr has quit [Ping timeout: 245 seconds]
renich has joined #ruby
kent\n has quit [Ping timeout: 245 seconds]
tf2ftw has joined #ruby
miskatonic has joined #ruby
<Exuma> Is ruby slow when passing an extremely large object as an argument
<Exuma> (the rails request object)
kent\n has joined #ruby
<Exuma> or will it pass by a reference and there will be 0 slowdown
<bhaak> it's passed by reference
xco has quit [Quit: xco]
renich has quit [Quit: renich]
renich has joined #ruby
apparition has quit [Quit: Bye]
dretnx has joined #ruby
tdy has joined #ruby
hiroaki has joined #ruby
renich_ has joined #ruby
renich has quit [Ping timeout: 245 seconds]
renich_ is now known as renich
dretnx has quit [Ping timeout: 256 seconds]
<Exuma> ok thanks
Exuma has quit [Quit: Textual IRC Client: www.textualapp.com]
tf2ftw has quit [Quit: My Mac Mini has gone to sleep. ZZZzzz…]
miskatonic has quit [Quit: ERC (IRC client for Emacs 24.5.1)]
kyrylo_ has quit [Quit: Textual IRC Client: www.textualapp.com]
zacts has joined #ruby
kyrylo has joined #ruby
renich has quit [Remote host closed the connection]
renich has joined #ruby
jefffrails35 has quit [Ping timeout: 255 seconds]
orbyt_ has joined #ruby
Nicmavr has joined #ruby
octos has quit [Remote host closed the connection]
Kestrel-029 has quit [Ping timeout: 245 seconds]
octos has joined #ruby
Fernando-Basso has joined #ruby
fphilipe has joined #ruby
psyton has quit [Quit: CYA]
zacts has quit [Ping timeout: 258 seconds]
fphilipe has quit [Ping timeout: 248 seconds]
tdy has quit [Ping timeout: 258 seconds]
nowhereman has quit [Ping timeout: 258 seconds]
ravenousmoose has joined #ruby
eddof13 has joined #ruby
eddof13 has quit [Ping timeout: 244 seconds]
dar123 has joined #ruby
renich has quit [Remote host closed the connection]
deepredsky has joined #ruby
Swyper has joined #ruby
Nicmavr has quit [Ping timeout: 245 seconds]
Nicmavr has joined #ruby
Swyper has quit [Remote host closed the connection]
zacts has joined #ruby
nowhereman has joined #ruby
Kestrel-029 has joined #ruby
Nicmavr has quit [Ping timeout: 245 seconds]
xco has joined #ruby
reber has joined #ruby
gray_-_wolf has quit [Quit: WeeChat 2.4]
BTRE has joined #ruby
dellavg_ has quit [Ping timeout: 258 seconds]
reber has quit [Remote host closed the connection]
zacts has quit [Quit: WeeChat 2.4]
Inline has joined #ruby
Kestrel-029 has quit [Ping timeout: 245 seconds]
Nicmavr has joined #ruby
laaron- has quit [Remote host closed the connection]
troydm has joined #ruby
<troydm> hey guys! how do I specify in my gem a minimal version of ruby it supports?
ravenousmoose has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jettrevolver has joined #ruby
<jettrevolver> hi, is this the defacto ruby irc thingy?
ravenousmoose has joined #ruby
Swyper has joined #ruby
kyrylo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jcalla has quit [Ping timeout: 246 seconds]
kyrylo has joined #ruby
dsmythe has joined #ruby
Swyper has quit [Remote host closed the connection]
fphilipe has joined #ruby
mroutis has joined #ruby
kyrylo has quit [Ping timeout: 244 seconds]
dsmythe has quit [Ping timeout: 248 seconds]
zacts has joined #ruby
fphilipe has quit [Ping timeout: 252 seconds]
<troydm> jettrevolver: seems so
hiroaki has quit [Ping timeout: 258 seconds]
dsmythe has joined #ruby
_whitelogger has joined #ruby
Fernando-Basso has quit [Remote host closed the connection]
Swyper has joined #ruby
Swyper has quit [Remote host closed the connection]
wald0 has joined #ruby
Swyper has joined #ruby
banisterfiend has joined #ruby
ravenousmoose has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<troydm> darix: ic, thx
rafadc has quit [Ping timeout: 258 seconds]
banisterfiend has quit [Quit: Textual IRC Client: www.textualapp.com]
banisterfiend has joined #ruby
banisterfiend has quit [Read error: Connection reset by peer]
banisterfiend has joined #ruby
zacts has quit [Quit: WeeChat 2.4]
zacts has joined #ruby
fphilipe has joined #ruby
zacts has quit [Quit: WeeChat 2.4]
Nicmavr has quit [Ping timeout: 245 seconds]
Nicmavr has joined #ruby
fphilipe has quit [Ping timeout: 258 seconds]
banisterfiend has quit [Ping timeout: 244 seconds]
Mia has joined #ruby
Mia has joined #ruby
Mia has quit [Changing host]
dsmythe has quit [Remote host closed the connection]
dsmythe has joined #ruby
sameerynho has quit [Ping timeout: 245 seconds]
Axy has joined #ruby
Axy has quit [Changing host]
Axy has joined #ruby
Mia has quit [Ping timeout: 258 seconds]
xco has quit [Quit: xco]
Axy has quit [Read error: Connection reset by peer]
Mia has joined #ruby
Mia has joined #ruby
Mia has quit [Changing host]
cd has quit [Quit: cd]
Dbugger has quit [Quit: Leaving]
houhoulis has joined #ruby
Axy has joined #ruby
Axy has joined #ruby
Axy has quit [Changing host]
Mia has quit [Read error: Connection reset by peer]
Mia has joined #ruby
Mia has quit [Changing host]
Mia has joined #ruby
Axy has quit [Ping timeout: 258 seconds]
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Mia has quit [Read error: Connection reset by peer]
dviola has quit [Read error: Connection reset by peer]
Mia has joined #ruby
Mia has quit [Changing host]
Mia has joined #ruby
_whitelogger has joined #ruby
Mia has quit [Read error: Connection reset by peer]
FastJack_ has joined #ruby
FastJack has quit [Ping timeout: 264 seconds]
dar123 has quit [Ping timeout: 252 seconds]
Kestrel-029 has joined #ruby
Nicmavr has quit [Ping timeout: 245 seconds]
apg has joined #ruby
apg has quit [Changing host]
apg has joined #ruby
RiPuk has quit [Read error: Connection reset by peer]
noobineer has joined #ruby
FastJack_ has quit [Quit: leaving]
FastJack has joined #ruby
RiPuk has joined #ruby
banisterfiend has joined #ruby
wald0 has quit [Quit: Lost terminal]
weteamsteve has quit [Ping timeout: 248 seconds]
dsmythe has quit [Remote host closed the connection]
dsmythe has joined #ruby
zacts has joined #ruby
miskatonic has joined #ruby
zacts has quit [Quit: WeeChat 2.4]
DTZUZO has quit [Ping timeout: 246 seconds]
eb0t has quit [Quit: WeeChat 2.3]