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…]