havenwood changed the topic of #ruby to: Rules & more: https://ruby-community.com || Ruby 2.4.2, 2.3.5 & 2.2.8: https://www.ruby-lang.org || Paste >3 lines of text to: https://gist.github.com || Rails questions? Ask in: #RubyOnRails || Logs: https://irclog.whitequark.org/ruby || Books: https://goo.gl/wpGhoQ
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jrabe has quit []
jrabe has joined #ruby
lagweezle is now known as lagweezle_away
ski7777 has joined #ruby
r3kz has joined #ruby
goyox86 has quit [Quit: goyox86]
shinnya has quit [Ping timeout: 240 seconds]
jenrzzz has quit [Ping timeout: 248 seconds]
alnewkirk has quit [Ping timeout: 255 seconds]
wnd has quit [Ping timeout: 240 seconds]
humanBird has quit [Quit: Page closed]
wnd has joined #ruby
snath has joined #ruby
cagomez has quit [Remote host closed the connection]
cagomez has joined #ruby
cagomez has quit [Remote host closed the connection]
cagomez has joined #ruby
cagomez has quit [Remote host closed the connection]
cdg has joined #ruby
cagomez has joined #ruby
snath has left #ruby ["Leaving"]
cagomez has quit [Ping timeout: 248 seconds]
cdg has quit [Ping timeout: 255 seconds]
bronson has joined #ruby
millerti has joined #ruby
blackmesa has joined #ruby
alnewkirk has joined #ruby
bronson has quit [Ping timeout: 248 seconds]
AxelAlex has joined #ruby
<nymous> ok, i'll turn back when i'll have more things implemented
<nymous> thanks for help, folks
kculpis has quit [Read error: Connection reset by peer]
nymous has quit [Quit: RAGING AXE! RAGING AXE!]
statelesscode has joined #ruby
bkxd_ has joined #ruby
eckhardt has quit [Quit: Textual IRC Client: www.textualapp.com]
bkxd has quit [Ping timeout: 248 seconds]
waveprop has quit [Quit: leaving]
kculpis has joined #ruby
kn-928 has quit [Quit: WeeChat 1.9.1]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
blackmesa1 has joined #ruby
blackmesa has quit [Ping timeout: 258 seconds]
TomyLobo has joined #ruby
cdg has joined #ruby
mson has quit [Quit: Connection closed for inactivity]
Mon_Ouie has quit [Ping timeout: 248 seconds]
gusrub has quit []
mlehrer has quit [Ping timeout: 248 seconds]
nickjj has quit [Read error: Connection reset by peer]
diego_ar has joined #ruby
hanmac has quit [Ping timeout: 246 seconds]
AndBobsYourUncle has quit [Quit: Textual IRC Client: www.textualapp.com]
wutschkef has quit [Ping timeout: 240 seconds]
__Yiota has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mlehrer has joined #ruby
__Yiota has joined #ruby
alnewkirk has quit [Ping timeout: 240 seconds]
rubycoder37 has joined #ruby
uZiel has joined #ruby
Mon_Ouie has joined #ruby
alnewkirk has joined #ruby
hanmac has joined #ruby
jameser has joined #ruby
diego_ar has quit [Remote host closed the connection]
uZiel has quit [Ping timeout: 248 seconds]
consti has joined #ruby
brendan- has quit [K-Lined]
PaulCapestany has quit [K-Lined]
jameser has quit [Read error: Connection reset by peer]
TomyLobo2 has joined #ruby
nicesignal has quit [Remote host closed the connection]
jameser has joined #ruby
nicesignal has joined #ruby
nikivi has quit [K-Lined]
TomyLobo has quit [Ping timeout: 255 seconds]
rfoust has joined #ruby
nikivi has joined #ruby
ap4y has joined #ruby
ap4y has quit [Remote host closed the connection]
roshanavand has quit [Ping timeout: 255 seconds]
brendan- has joined #ruby
d^sh_ has quit [Ping timeout: 255 seconds]
cdg has quit [Remote host closed the connection]
d^sh has joined #ruby
ap4y has joined #ruby
blackmesa1 has quit [Quit: WeeChat 1.9.1]
gizmore has joined #ruby
alnewkirk has quit [Ping timeout: 248 seconds]
PaulCapestany has joined #ruby
ramfjord has quit [Ping timeout: 240 seconds]
govg has quit [Ping timeout: 240 seconds]
mim1k has joined #ruby
gizmore|2 has quit [Ping timeout: 248 seconds]
rubycoder37 has quit [Quit: Lost terminal]
alnewkirk has joined #ruby
consti has quit [Ping timeout: 240 seconds]
wutschkef has joined #ruby
orbyt_ has joined #ruby
mim1k has quit [Ping timeout: 248 seconds]
dviola has joined #ruby
consti has joined #ruby
cschneid_ has joined #ruby
consti has quit [Client Quit]
bmurt has joined #ruby
ap4y has quit [Quit: ERC (IRC client for Emacs 25.3.1)]
cdg has joined #ruby
P1RATEZ has left #ruby [#ruby]
cdg has quit [Ping timeout: 258 seconds]
hanmac has quit [Ping timeout: 258 seconds]
cdg has joined #ruby
astrobunny has joined #ruby
mjolnird has quit [Quit: Leaving]
bronson has joined #ruby
elcontrastador has quit [Ping timeout: 248 seconds]
bronson has quit [Ping timeout: 248 seconds]
r3kz has quit [Quit: Connection closed for inactivity]
hanmac has joined #ruby
elcontrastador has joined #ruby
shortdudey123 has quit [Remote host closed the connection]
MrBismuth has quit [Read error: Connection reset by peer]
erlend has quit [Ping timeout: 255 seconds]
marxarelli is now known as marxarelli|afk
erlend has joined #ruby
MrBusiness has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cadillac_ has quit [Quit: I quit]
shortdudey123 has joined #ruby
fantastic4_orang has joined #ruby
<fantastic4_orang> hi all
<havenwood> fantastic4_orang: hi
<fantastic4_orang> is there a way i can generate an array of all UTF-8 characters
<havenwood> fantastic4_orang: you really want a couple million characters?
<fantastic4_orang> yep
<teatime> the highest potentially-valid codepoint is 0x10FFFF
<elomatreb> It gets especially difficult when you consider what a character is - Do you also want all possible ZWJ sequences?
<teatime> the highest actually-assigned char is some lower number.
<teatime> you can go through them and check each for validity.. we do this in #perl6 sometimes on the bot, but I dunno maybe it would be more problematic in Ruby? :)
<teatime> also be clear what you mean when you say "character"
<teatime> a "character" is a complicated thing in unicode
<fantastic4_orang> doesnt matter if its printable or not, im just doing a sort of Caesar cipher type thing for example code. as long as i can cast the into to the right Unicode char and be able to compare one unicode char to another it should be enough
<fantastic4_orang> * int
<teatime> fantastic4_orang: perhaps you mean "codepoints" when you say "character".
uZiel has joined #ruby
gix has quit [Ping timeout: 240 seconds]
<teatime> most people mean "grapheme" when they say "character"... e.g., how many characters would you say are in a unicode string encoding one Latin capital letter "A", and one combining-accent like "´"
<teatime> displays as "Á
<teatime> it displays as "Á", but it contains two codepoints
<havenwood> Ruby 2.5 adds #each_grapheme_cluster and #grapheme_clusters
<teatime> counting codepoints is trivial, counting graphemes is harder
<havenwood> To complement #chars and #codepoints
rfoust has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<teatime> havenwood: hells yeah, I did not know that... thought only Perl6 was tackling that :)
meadmoon has joined #ruby
gix has joined #ruby
meadmoon has quit [Client Quit]
meadmoon has joined #ruby
ghormoon has quit [Ping timeout: 248 seconds]
ledestin has joined #ruby
alfiemax has joined #ruby
orbyt_ has joined #ruby
consti_ has joined #ruby
consti has joined #ruby
consti_ has quit [Client Quit]
ghormoon has joined #ruby
elcontrastador has quit [Ping timeout: 248 seconds]
alfiemax has quit [Remote host closed the connection]
cschneid_ has quit [Remote host closed the connection]
consti has quit [Quit: consti]
cschneid_ has joined #ruby
elcontrastador has joined #ruby
meadmoon has quit [Quit: I am functioning within established parameters.]
cdg has quit [Remote host closed the connection]
waterCreature has joined #ruby
cschneid_ has quit [Ping timeout: 246 seconds]
ap4y has joined #ruby
wutschkef has quit [Ping timeout: 260 seconds]
comrumino has quit [Ping timeout: 255 seconds]
__Yiota has quit [Remote host closed the connection]
tamouse__ has joined #ruby
__Yiota has joined #ruby
strayArch has joined #ruby
tamouse__ has quit [Client Quit]
tamouse__ has joined #ruby
consti has joined #ruby
mim1k has joined #ruby
dviola has quit [Quit: WeeChat 1.9.1]
alfiemax has joined #ruby
rgr has joined #ruby
QualityAddict has quit [Quit: Leaving]
ap4y has quit [Quit: Asta la vista]
consti has quit [Ping timeout: 260 seconds]
mim1k has quit [Ping timeout: 258 seconds]
ap4y has joined #ruby
ap4y has quit [Client Quit]
ap4y has joined #ruby
govg has joined #ruby
consti has joined #ruby
fantastic4_orang has quit [Quit: Page closed]
eckhardt has joined #ruby
consti has quit [Ping timeout: 240 seconds]
millerti has quit [Ping timeout: 248 seconds]
thejamespinto has joined #ruby
alfiemax has quit [Remote host closed the connection]
Freshnuts has joined #ruby
planigan has quit [Ping timeout: 260 seconds]
_whitelogger has joined #ruby
consti has joined #ruby
ramfjord has joined #ruby
planigan has joined #ruby
bronson has joined #ruby
alnewkirk has quit [Ping timeout: 240 seconds]
ramfjord has quit [Ping timeout: 240 seconds]
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bronson has quit [Ping timeout: 255 seconds]
alnewkirk has joined #ruby
emulator3 has joined #ruby
dminuoso_ has joined #ruby
__Yiota has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dminuoso_ has quit [Ping timeout: 248 seconds]
cdg has joined #ruby
RickHull has joined #ruby
<RickHull> matthewd: still around?
<matthewd> RickHull: Yep
<RickHull> see what I mean(t) about the elixir pipe operator, how it can't work for ruby unless all instance methods return self?
<RickHull> that is: method chaining approximates the elixir pipe if we are rigorous about returning self
<matthewd> Hmm.. only for Elixir functions that are equally rigorous about returning their first argument
<RickHull> you should try elixir for a week ;)
cdg has quit [Ping timeout: 255 seconds]
iMadper has joined #ruby
iMadper has quit [Changing host]
iMadper has joined #ruby
<matthewd> Yeah, probably so. AIUI Elixir pipe only works given the assumption that each pipeline entry returns the right value to pass as the first argument to the next.
<RickHull> the mechanism is very simple
<RickHull> in elixir, it works nicely, consistently, and reliably
<RickHull> and it expresses good things
<RickHull> hooray!
mim1k has joined #ruby
<matthewd> .. which still sounds, to me, immaterially different from Ruby's chaining only working if each entry returns something suitable to pass as the zeroth argument
<RickHull> fair enough, I am doing a poor job. Recall the primacy in ruby between the method receiver and the method's first arg
<RickHull> right?
CHIPPY has joined #ruby
troys_ is now known as troys
<matthewd> Right.. I think the argument is that there are Ruby methods which do a poor job of choosing their argument order (including the receiver)
<RickHull> sort of
<RickHull> in ruby you have a receiver and you have first arg
mim1k has quit [Ping timeout: 240 seconds]
<RickHull> in elixir you just have a first arg
<matthewd> I'm claiming that given an identical set of methods in Elixir and Ruby, which take exactly the same arguments in the same order (where the first arg in Elixir == the receiver in Ruby), Ruby's "." and Elixir's "|>" perform exactly the same operation
<RickHull> recall the counterexample where i pump a float into the pipeline
alfiemax has joined #ruby
<matthewd> "in ruby you have a receiver and you have first arg" is no different to me saying "in elixir you have a first arg and you have a second arg"
<RickHull> and do I get a Float#method
<RickHull> or a method(float)
<RickHull> it matters which one you choose
<RickHull> ruby didn't choose
<matthewd> There's no such thing as method(float) -- it exists as a method with a receiver
<RickHull> elixir chose
<matthewd> You mean Elixir chose which argument to put first?
cschneid_ has joined #ruby
<RickHull> argh!
elcontrastador has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<matthewd> I agree that |> is in practice more ergonomic in Elixir
Emmanuel_Chanel has quit [Ping timeout: 240 seconds]
<RickHull> it has some deep follow-on effects :)
<matthewd> I'm solely claiming that `a |> b(c, d)` and `a.b(c, d)` are mechanically identical to the respective interpreters -- both invoke `b` (though finding it using different rules) with an argument list of `a, c, d`.
<RickHull> yikes, I can't untangle this on my own tonight -- been playing soccer
<RickHull> but I like the thought :)
nchambers has quit [Ping timeout: 255 seconds]
cschneid_ has quit [Ping timeout: 258 seconds]
<matthewd> I think I'm mostly trying to dispute the notion that adding |> to Ruby is a practical / approachable 'fix' to gain the ergonomics Elixir provides (or, equivalently, be convinced I'm wrong)
<matthewd> I mean.. maybe it is. Maybe supporting `a |> b.c(d)` as a fancy spelling for `c(b, a, d)` is interesting/necessary, despite Elixir not having a spelling for that argument mixture, *because* of Ruby's established argument-placement precedents.
ta has quit [Remote host closed the connection]
mahlon has quit [Read error: Connection reset by peer]
mahlon has joined #ruby
<RickHull> more charitably, I would say that pipeline-oriented programming goes back to early unix days as well as foundational functional programming
<RickHull> we understand intuitively what it means to pipe values through a pipeline of operations
<RickHull> a tiny bit of transcendentalism gets you currying
Bock has joined #ruby
<teatime> :q!
<teatime> jeez, g
<RickHull> how did perl6 work back in the olden days?
troys has quit [Quit: Bye]
cdg has joined #ruby
mjolnird has joined #ruby
cdg has quit [Ping timeout: 246 seconds]
lizard2010 has joined #ruby
cschneid_ has joined #ruby
alfiemax has quit [Read error: Connection reset by peer]
biberu has joined #ruby
alfiemax has joined #ruby
dminuoso_ has joined #ruby
cschneid_ has quit [Ping timeout: 246 seconds]
bkxd_ has quit [Ping timeout: 240 seconds]
CHIPPY has quit [Ping timeout: 248 seconds]
Emmanuel_Chanel has joined #ruby
CHIPPY has joined #ruby
CHIPPY has quit [Max SendQ exceeded]
CHIPPY has joined #ruby
CHIPPY has quit [Max SendQ exceeded]
CHIPPY has joined #ruby
RickHull has quit [Quit: Page closed]
CHIPPY has quit [Max SendQ exceeded]
CHIPPY has joined #ruby
CHIPPY has quit [Max SendQ exceeded]
CHIPPY has joined #ruby
CHIPPY has quit [Max SendQ exceeded]
CHIPPY has joined #ruby
CHIPPY has quit [Max SendQ exceeded]
CHIPPY has joined #ruby
CHIPPY has quit [Max SendQ exceeded]
bkxd has joined #ruby
anisha has joined #ruby
iMadper has quit [Remote host closed the connection]
bkxd has quit [Ping timeout: 240 seconds]
iMadper has joined #ruby
cdg has joined #ruby
bkxd has joined #ruby
rabajaj has joined #ruby
cdg has quit [Ping timeout: 255 seconds]
bkxd has quit [Ping timeout: 240 seconds]
cschneid_ has joined #ruby
waterCreature has left #ruby ["Leaving"]
cschneid_ has quit [Ping timeout: 258 seconds]
aupadhye has joined #ruby
lizard2010 has quit [Quit: Leaving]
jameser has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
milardovich has joined #ruby
ur5us_ has quit [Remote host closed the connection]
Mon_Ouie has quit [Ping timeout: 248 seconds]
ur5us has joined #ruby
alex`` has joined #ruby
mjolnird has quit [Quit: Leaving]
ur5us has quit [Ping timeout: 248 seconds]
dionysus69 has joined #ruby
Murugesan has joined #ruby
andikr has joined #ruby
yeticry_ has quit [Read error: Connection reset by peer]
<Murugesan> Hi Everyone
<havenwood> Murugesan: hi
ledestin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
TomyLobo2 has quit [Ping timeout: 255 seconds]
<Murugesan> i am new to this.. what kind of discussion will be happening here ?
<havenwood> Murugesan: We talk about the Ruby language and its libraries mostly.
<dminuoso_> Murugesan: If you have questions that you could not answer yourself by a reasonable amount of research using documentation and google, then this is possibly the right place.
<Murugesan> okay thanks for the clarification.. :)
n35xdxb0 has quit [Ping timeout: 240 seconds]
bkxd has joined #ruby
bronson has joined #ruby
alfiemax has quit [Remote host closed the connection]
bkxd has quit [Ping timeout: 246 seconds]
bronson has quit [Ping timeout: 248 seconds]
yeticry has joined #ruby
ledestin has joined #ruby
ledestin has quit [K-Lined]
enko has quit [K-Lined]
ferr has joined #ruby
akkad has quit [Quit: Emacs must have died]
sagax has joined #ruby
astrobunny has quit [Remote host closed the connection]
ramfjord has joined #ruby
thejamespinto has quit []
ramfjord has quit [Ping timeout: 248 seconds]
ledestin has joined #ruby
raynold has quit [Quit: Connection closed for inactivity]
migge has joined #ruby
h1d has joined #ruby
Mon_Ouie has joined #ruby
TomyWork has joined #ruby
conta has joined #ruby
ta has joined #ruby
iMadper is now known as Qiong
eckhardt has quit [Quit: Textual IRC Client: www.textualapp.com]
ledestin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mjolnird has joined #ruby
Beams has joined #ruby
ana_ has joined #ruby
astrobunny has joined #ruby
migge has quit [Quit: migge]
ledestin has joined #ruby
ramfjord has joined #ruby
tsia has joined #ruby
rrichardsr3 has joined #ruby
jinie has quit [Ping timeout: 248 seconds]
jinie has joined #ruby
mark_66 has joined #ruby
cdg has joined #ruby
djbkd has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
cdg has quit [Ping timeout: 258 seconds]
baweaver is now known as baweaver_away
imode has quit [Ping timeout: 255 seconds]
milardovich has quit []
jenrzzz has quit [Ping timeout: 260 seconds]
aufi has joined #ruby
DTZUZO has quit [Ping timeout: 246 seconds]
Dimik has quit [Ping timeout: 255 seconds]
Veejay has joined #ruby
djbkd has quit [Remote host closed the connection]
<Veejay> Hello everyone, I am looking to interact with an interactive script (certbot using the manual plugin, which asks questions along the way). What would be the easiest way to start that script in a Ruby script and send it user input programatically? Something from Open3, PTY, some expect library?
Cohedrin_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Silthias1 has joined #ruby
ur5us has joined #ruby
Silthias has quit [Ping timeout: 246 seconds]
guille-moe has joined #ruby
Beams has quit [Ping timeout: 260 seconds]
Burgestrand has joined #ruby
<rob_> Veejay: 'expect' is a tool to do what you've described, it's not ruby though
<rob_> oh, you mentioned expect :)
hurricanehrndz has quit [Quit: Goodbye]
<Veejay> Yeah I saw that yesterday
<Veejay> But the documentation is raw as f***
<Veejay> I'll check that out, see if I can find examples around
<Veejay> Thanks a lot
Silthias has joined #ruby
hurricanehrndz has joined #ruby
Silthias1 has quit [Ping timeout: 258 seconds]
alnewkirk has quit [Ping timeout: 240 seconds]
kliq has joined #ruby
Freshnuts has quit [Quit: Leaving]
mim1k has joined #ruby
Beams has joined #ruby
charliesome has joined #ruby
yeticry has quit [Read error: Connection reset by peer]
tamouse__ has quit [Quit: "Poets have been mysteriously silent on the subject of cheese." -- G.K.Chesterson]
lxsameer has joined #ruby
milardovich has joined #ruby
rrichardsr3 has quit [Quit: Apparantly my attempt to stay awake has failed...]
dionysus69 has quit [Remote host closed the connection]
dionysus69 has joined #ruby
Tempesta has quit [Quit: See ya!]
bronson has joined #ruby
claudiuinberlin has joined #ruby
ferr has quit [Quit: WeeChat 1.9.1]
milardovich has quit [Remote host closed the connection]
marr has joined #ruby
bronson has quit [Ping timeout: 240 seconds]
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Bish has joined #ruby
<Bish> can i safely use base64 to encode base58?
<Bish> or am i just stupid
<Bish> now i can't nvm.
Beams has quit [Ping timeout: 240 seconds]
Beams_ has joined #ruby
claudiuinberlin has joined #ruby
nowhere_man has quit [Ping timeout: 240 seconds]
Beams has joined #ruby
Beams_ has quit [Ping timeout: 246 seconds]
minimalism has quit [Quit: minimalism]
ledestin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
roshanavand has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Murugesan has quit [Quit: Page closed]
astrobunny has quit [Remote host closed the connection]
cschneid_ has joined #ruby
nowhere_man has joined #ruby
herbmillerjr has quit [Excess Flood]
milardovich has joined #ruby
herbmillerjr has joined #ruby
rrichardsr3 has joined #ruby
bruno- has quit [Ping timeout: 240 seconds]
cschneid_ has quit [Ping timeout: 258 seconds]
postmodern has quit [Quit: Leaving]
quobo has joined #ruby
alnewkirk has joined #ruby
Genya has quit [Ping timeout: 240 seconds]
<havenwood> hrmm, I should just unshift and not reverse...
consti has quit [Quit: consti]
conta has quit [Quit: conta]
conta has joined #ruby
<Bish> havenwood: thanks alot
<havenwood> Bish: no prob, updated the gist
yeticry has joined #ruby
alnewkirk has quit [Ping timeout: 240 seconds]
alnewkirk has joined #ruby
Genya has joined #ruby
kassav_ has joined #ruby
alnewkirk has quit [Ping timeout: 240 seconds]
<dminuoso_> This is my new way of writing elegant Ruby code.
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<dminuoso_> That asterisk if you wonder is a self written Proc#* that acts as compose ;)
jenrzzz has quit [Ping timeout: 246 seconds]
<havenwood> dminuoso_: Friend, you speak my mind: https://gist.github.com/havenwood/cab7ba801d991cbb1307
ur5us has quit [Remote host closed the connection]
<dminuoso_> haha amazing :)
snickers has joined #ruby
<dminuoso_> havenwood: I like that Proc.compose you write, especially with that :to_proc twist.
Serpent7776 has joined #ruby
<dminuoso_> Though I'm thinking that reduces typing strength a bit too much
<havenwood> mmm
milardovich has quit []
blackmesa has joined #ruby
claudiuinberlin has joined #ruby
<dminuoso_> havenwood: The one thing I'm beginning to appreciate most is lenses though.
MarkBilk_ has quit [Ping timeout: 246 seconds]
charliesome has joined #ruby
djbjd has joined #ruby
nickjj has joined #ruby
marienz has quit [Quit: upgrades]
marienz has joined #ruby
rrichardsr3 has quit [Quit: He who dares .... wins.]
blackmesa1 has joined #ruby
blackmesa has quit [Ping timeout: 246 seconds]
rgr_ has joined #ruby
h1d has quit [Quit: h1d]
rgr has quit [Ping timeout: 258 seconds]
root1 has joined #ruby
ur5us has joined #ruby
ShalokShalom has joined #ruby
tsia has quit [Quit: Textual IRC Client: www.textualapp.com]
cschneid_ has joined #ruby
ledestin has joined #ruby
ur5us has quit [Ping timeout: 260 seconds]
cschneid_ has quit [Ping timeout: 258 seconds]
djbjd has quit [Quit: djbjd]
djbjd has joined #ruby
DTZUZO has joined #ruby
dminuoso_ has quit [Ping timeout: 240 seconds]
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
blackmesa has joined #ruby
cdg has joined #ruby
blackmesa1 has quit [Ping timeout: 264 seconds]
claudiuinberlin has joined #ruby
cdg has quit [Ping timeout: 258 seconds]
dminuoso_ has joined #ruby
ap4y has quit [Ping timeout: 260 seconds]
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
roamingdog has joined #ruby
hfp_work has quit [Quit: bye]
devgiant has joined #ruby
jamesaxl has quit [Ping timeout: 255 seconds]
hfp_work has joined #ruby
root1 has quit [Quit: WeeChat 1.9.1]
FastJack has quit [Read error: Connection reset by peer]
FastJack_ has joined #ruby
shinnya has joined #ruby
kliq has quit [Ping timeout: 240 seconds]
shinnya has quit [Client Quit]
jamesaxl has joined #ruby
shinnya has joined #ruby
djbjd has quit [Quit: djbjd]
jameser has joined #ruby
ap4y has joined #ruby
jameser has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rahul_bajaj has joined #ruby
rahul_bajaj has quit [Remote host closed the connection]
jameser has joined #ruby
dminuoso_ has quit [Ping timeout: 240 seconds]
blackmesa has quit [Ping timeout: 255 seconds]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
ap4y has quit [Quit: WeeChat 1.9.1]
quobo has quit [Quit: Connection closed for inactivity]
kliq has joined #ruby
mostlybadfly has joined #ruby
tvw has joined #ruby
nowhere_man has quit [Remote host closed the connection]
nowhere_man has joined #ruby
anisha has quit [Read error: Connection reset by peer]
blackmesa has joined #ruby
anisha has joined #ruby
workmad3 has quit [Ping timeout: 255 seconds]
bauruine has quit [Quit: ZNC - http://znc.in]
ShalokShalom has quit [Ping timeout: 260 seconds]
ramfjord has quit [Ping timeout: 258 seconds]
bauruine has joined #ruby
dminuoso_ has joined #ruby
VladGh has quit [Remote host closed the connection]
VladGh has joined #ruby
cschneid_ has joined #ruby
blackmesa has quit [Ping timeout: 255 seconds]
cschneid_ has quit [Ping timeout: 246 seconds]
jphase has quit [Remote host closed the connection]
charliesome has joined #ruby
jameser has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kassav_ has quit [Quit: kassav_]
ski7777 has quit [Remote host closed the connection]
ski7777 has joined #ruby
kassav__ has joined #ruby
synthroid has joined #ruby
ShekharReddy has joined #ruby
devgiant has quit [Quit: Leaving]
synthroi_ has joined #ruby
n35xdxb0 has joined #ruby
dionysus69 has quit [Remote host closed the connection]
synthroid has quit [Ping timeout: 248 seconds]
dionysus69 has joined #ruby
ana_ has quit [Quit: Leaving]
ana_ has joined #ruby
synthroid has joined #ruby
synthro__ has joined #ruby
claudiuinberlin has joined #ruby
synthroi_ has quit [Ping timeout: 246 seconds]
sepp2k has joined #ruby
synthroid has quit [Ping timeout: 258 seconds]
workmad3 has joined #ruby
bronson has joined #ruby
sysvalve has joined #ruby
bmurt has joined #ruby
n35xdxb0 has quit [Ping timeout: 255 seconds]
bronson has quit [Ping timeout: 255 seconds]
cschneid_ has joined #ruby
kliq has quit [Quit: Leaving]
uZiel has quit [Ping timeout: 248 seconds]
kliq has joined #ruby
roamingdog has quit []
workmad3 has quit [Quit: Lost terminal]
PaulCapestany has quit [Ping timeout: 240 seconds]
cschneid_ has quit [Ping timeout: 258 seconds]
mson has joined #ruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Azure|dc has quit [Ping timeout: 260 seconds]
quobo has joined #ruby
guille-moe has quit [Ping timeout: 240 seconds]
simmaniac has joined #ruby
claudiuinberlin has joined #ruby
kanobt61 has joined #ruby
jphase has joined #ruby
truenito has joined #ruby
sysvalve has quit [Ping timeout: 248 seconds]
rfoust has joined #ruby
rfoust has quit [Client Quit]
jrafanie has joined #ruby
rfoust has joined #ruby
vondruch has quit [Ping timeout: 240 seconds]
truenito has quit [Ping timeout: 255 seconds]
n35xdxb0 has joined #ruby
John__ has joined #ruby
cdg has joined #ruby
dionysus69 has quit [Ping timeout: 248 seconds]
simmaniac is now known as sysvalve
cschneid_ has joined #ruby
cschneid_ has quit [Ping timeout: 258 seconds]
cdg_ has joined #ruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
workmad3 has joined #ruby
cdg has quit [Ping timeout: 255 seconds]
aupadhye has quit [Ping timeout: 260 seconds]
dionysus69 has joined #ruby
tmm88 has joined #ruby
alnewkirk has joined #ruby
snickers has quit [Ping timeout: 246 seconds]
claudiuinberlin has joined #ruby
sagax has quit [Quit: Konversation terminated!]
kassav_ has joined #ruby
kassav__ has quit [Ping timeout: 240 seconds]
kassav__ has joined #ruby
dminuoso_ has quit [Ping timeout: 248 seconds]
dionysus69 has quit [Ping timeout: 260 seconds]
r7c has joined #ruby
kassav_ has quit [Ping timeout: 264 seconds]
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bruno- has joined #ruby
cliq has joined #ruby
wutschkef has joined #ruby
apparition has joined #ruby
kliq has quit [Ping timeout: 248 seconds]
ShalokShalom has joined #ruby
ta has quit [Remote host closed the connection]
stoffus has quit [Quit: leaving]
govg has quit [Ping timeout: 240 seconds]
govg has joined #ruby
claudiuinberlin has joined #ruby
ledestin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jordanm has joined #ruby
al2o3-cr has quit [Ping timeout: 240 seconds]
claudiuinberlin has quit [Client Quit]
chouhoulis has joined #ruby
chouhoulis has quit [Remote host closed the connection]
anisha has quit [Quit: This computer has gone to sleep]
chouhoulis has joined #ruby
claudiuinberlin has joined #ruby
bruno- has quit [Ping timeout: 240 seconds]
andikr has quit [Remote host closed the connection]
dminuoso_ has joined #ruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cschneid_ has joined #ruby
GodFather has quit [Read error: No route to host]
GodFather has joined #ruby
cschneid_ has quit [Ping timeout: 258 seconds]
claudiuinberlin has joined #ruby
elsevero has joined #ruby
orbyt_ has joined #ruby
guille-moe has joined #ruby
bwilson has joined #ruby
chouhoul_ has joined #ruby
edb has joined #ruby
GodFather has quit [Remote host closed the connection]
chouhou__ has joined #ruby
dionysus69 has joined #ruby
ana_ has quit [Quit: Leaving]
chouhoulis has quit [Ping timeout: 246 seconds]
edb has quit [Read error: No route to host]
chouhoul_ has quit [Ping timeout: 248 seconds]
GodFather has joined #ruby
ta has joined #ruby
Rapture has joined #ruby
shwouchk has quit [Quit: Connection closed for inactivity]
ta has quit [Remote host closed the connection]
dminuoso_ has quit [Ping timeout: 246 seconds]
snickers has joined #ruby
chouhou__ has quit [Remote host closed the connection]
chouhoulis has joined #ruby
bronson has joined #ruby
bwilson has quit [Quit: bwilson]
synthro__ has quit [Remote host closed the connection]
chouhoul_ has joined #ruby
travisdouce has joined #ruby
chouhoulis has quit [Ping timeout: 240 seconds]
bronson has quit [Ping timeout: 240 seconds]
ta has joined #ruby
bwilson has joined #ruby
chouhoul_ has quit [Remote host closed the connection]
wutschkef has quit [Ping timeout: 248 seconds]
milardovich has joined #ruby
snickers has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
al2o3-cr has joined #ruby
ta has quit [Ping timeout: 264 seconds]
fmcgeough has joined #ruby
wutschkef has joined #ruby
elsevero has quit [Quit: elsevero]
travisdouce has left #ruby [#ruby]
al2o3-cr has quit [Ping timeout: 240 seconds]
cschneid_ has joined #ruby
polishdub has joined #ruby
wutschkef has quit [Ping timeout: 248 seconds]
cschneid_ has quit [Client Quit]
synthroid has joined #ruby
blackmesa has joined #ruby
yeticry has quit [Ping timeout: 248 seconds]
yeticry has joined #ruby
FahmeF has joined #ruby
bruno- has joined #ruby
tmm88 has quit [Ping timeout: 258 seconds]
rfoust has quit [Ping timeout: 246 seconds]
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bruno- has quit [Ping timeout: 240 seconds]
r7c has quit [Quit: Leaving]
uZiel has joined #ruby
snickers has joined #ruby
bwilson has quit [Quit: bwilson]
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jrafanie has joined #ruby
bwilson has joined #ruby
al2o3-cr has joined #ruby
snickers has quit [Client Quit]
uZiel has quit [Remote host closed the connection]
uZiel has joined #ruby
__Yiota has joined #ruby
cliq has quit [Ping timeout: 248 seconds]
milardovich has quit [Read error: Connection reset by peer]
milardovich has joined #ruby
bwilson has quit [Client Quit]
aufi has quit [Quit: Leaving]
7ITABQZPO has joined #ruby
Burgestrand has quit [Quit: Closing time!]
milardovich has quit [Ping timeout: 240 seconds]
snickers has joined #ruby
dinfuehr has quit [Ping timeout: 240 seconds]
rgr_ has quit [Ping timeout: 255 seconds]
milardovich has joined #ruby
dinfuehr has joined #ruby
ta has joined #ruby
al2o3-cr has quit [Ping timeout: 240 seconds]
snickers has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
conta has quit [Ping timeout: 240 seconds]
Mon_Ouie has quit [Ping timeout: 240 seconds]
synthroid has quit [Remote host closed the connection]
ta has quit [Ping timeout: 248 seconds]
synthroid has joined #ruby
raynold has joined #ruby
John__ has quit [Ping timeout: 255 seconds]
John__ has joined #ruby
strayArch is now known as comrumino
synthroid has quit [Ping timeout: 240 seconds]
GodFather has quit [Remote host closed the connection]
cagomez has joined #ruby
CrazyEddy has quit [Remote host closed the connection]
andikr has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
apparition has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
synthroid has joined #ruby
CrazyEddy has joined #ruby
GodFather has joined #ruby
GodFather has quit [Remote host closed the connection]
GodFather has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cliq has joined #ruby
planigan has quit [Ping timeout: 255 seconds]
andikr has quit [Remote host closed the connection]
elcontrastador has joined #ruby
blackmesa has quit [Quit: WeeChat 1.9.1]
bruno- has joined #ruby
bwilson has joined #ruby
blackmesa has joined #ruby
snickers has joined #ruby
bwilson has quit [Client Quit]
snickers has quit [Client Quit]
TomyWork has quit [Ping timeout: 240 seconds]
simmaniac has joined #ruby
lagweezle_away is now known as lagweezle
agimenez has joined #ruby
bwilson has joined #ruby
sysvalve has quit [Ping timeout: 260 seconds]
chouhoulis has joined #ruby
bmurt has joined #ruby
cschneid_ has joined #ruby
simmaniac has quit [Ping timeout: 248 seconds]
alnewkirk has quit [Ping timeout: 260 seconds]
planigan has joined #ruby
bwilson has quit [Quit: bwilson]
kassav__ has quit [Quit: kassav__]
Serpent7776 has quit [Quit: Leaving]
dviola has joined #ruby
orbyt_ has joined #ruby
cdg_ has quit [Remote host closed the connection]
cliq has quit [Read error: Connection reset by peer]
bwilson has joined #ruby
al2o3-cr has joined #ruby
Xeago has quit [Ping timeout: 240 seconds]
alnewkirk has joined #ruby
Xeago has joined #ruby
snath has joined #ruby
snath has left #ruby [#ruby]
gusrub has joined #ruby
han` has joined #ruby
bwilson has quit [Client Quit]
al2o3-cr has quit [Ping timeout: 240 seconds]
mensvaga has joined #ruby
al2o3-cr has joined #ruby
cdg has joined #ruby
cdg has quit [Remote host closed the connection]
voice_ftp has joined #ruby
han` has quit [Read error: Connection reset by peer]
TomyLobo2 has joined #ruby
naitian has quit [Ping timeout: 255 seconds]
voiceftp has quit [Ping timeout: 248 seconds]
guille-moe has quit [Ping timeout: 240 seconds]
lxsameer has quit [Ping timeout: 255 seconds]
naitian has joined #ruby
synthroid has quit [Remote host closed the connection]
alan_w has joined #ruby
claudiuinberlin has joined #ruby
alan_w has left #ruby [#ruby]
claudiuinberlin has quit [Client Quit]
dviola has quit [Quit: WeeChat 1.9.1]
Dimik has joined #ruby
al2o3-cr has quit [Ping timeout: 240 seconds]
mniip has quit [Quit: This page is intentionally left blank.]
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kies has quit [Ping timeout: 255 seconds]
thinkpad has quit [Ping timeout: 240 seconds]
bronson has joined #ruby
synthroid has joined #ruby
milardovich has quit [Remote host closed the connection]
milardovich has joined #ruby
quobo has quit [Quit: Connection closed for inactivity]
bronson has quit [Ping timeout: 255 seconds]
ta has joined #ruby
milardovich has quit [Ping timeout: 248 seconds]
erlend has quit [Ping timeout: 240 seconds]
npgm has joined #ruby
mim1k has quit [Ping timeout: 240 seconds]
milardovich has joined #ruby
milardovich has quit [Remote host closed the connection]
GodFather has quit [Remote host closed the connection]
erlend has joined #ruby
ta has quit [Ping timeout: 260 seconds]
quobo has joined #ruby
cdg has joined #ruby
GodFather has joined #ruby
GodFather has quit [Remote host closed the connection]
lele has quit [Ping timeout: 240 seconds]
GodFather has joined #ruby
rfoust has joined #ruby
sekmo has joined #ruby
n35xdxb0 has quit [Quit: WeeChat 1.9.1]
lele has joined #ruby
John__ has quit [Ping timeout: 255 seconds]
rabajaj has quit [Quit: Leaving]
hahuang65 has quit [Read error: Connection reset by peer]
hahuang65 has joined #ruby
al2o3-cr has joined #ruby
sylario has joined #ruby
uZiel has quit [Remote host closed the connection]
n35xdxb0 has joined #ruby
eroux has joined #ruby
marxarelli|afk is now known as marxarelli
John__ has joined #ruby
Tempesta has joined #ruby
__Yiota has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
7ITABQZPO has quit [Quit: 7ITABQZPO]
belmoussaoui has joined #ruby
Genya has quit [Ping timeout: 240 seconds]
voice_ftp has quit [Read error: Connection reset by peer]
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
MrSparkle has quit [Ping timeout: 240 seconds]
abrcdbr has joined #ruby
uZiel has joined #ruby
r3kz has joined #ruby
abrcdbr has quit [Max SendQ exceeded]
Genya has joined #ruby
mark_66 has quit [Remote host closed the connection]
abrcdbr has joined #ruby
orbyt_ has joined #ruby
gusrub has quit [Remote host closed the connection]
synthroid has quit [Remote host closed the connection]
Cohedrin_ has joined #ruby
orbyt_ has quit [Client Quit]
sekmo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
al2o3-cr has quit [Ping timeout: 240 seconds]
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sekmo has joined #ruby
bmurt has joined #ruby
kies has joined #ruby
sekmo has quit [Ping timeout: 246 seconds]
orbyt_ has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
abrcdbr_ has joined #ruby
imode has joined #ruby
abrcdbr has quit [Ping timeout: 246 seconds]
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
uZiel has quit [Ping timeout: 248 seconds]
abrcdbr_ has quit [Max SendQ exceeded]
ta has joined #ruby
jrafanie has joined #ruby
conta has joined #ruby
troulouliou_div2 has joined #ruby
ta has quit [Ping timeout: 248 seconds]
__Yiota has joined #ruby
eckhardt has joined #ruby
__Yiota has quit [Client Quit]
abrcdbr has joined #ruby
milardovich has joined #ruby
conta has quit [Ping timeout: 264 seconds]
orbyt_ has joined #ruby
emeric has joined #ruby
belmoussaoui has quit [Ping timeout: 260 seconds]
bruno- has quit [Read error: Connection reset by peer]
bruno- has joined #ruby
troys has joined #ruby
<baweaver_away> dminuoso / dminuoso_: https://github.com/lazebny/ramda-ruby
dminuoso_ has joined #ruby
baweaver_away is now known as baweaver
<baweaver> havenwood ^
GodFather_ has joined #ruby
cagomez has quit [Remote host closed the connection]
cagomez has joined #ruby
<dminuoso> No wai!
<dminuoso> baweaver, but I want bifunctors :(
milardovich has quit [Remote host closed the connection]
__Yiota has joined #ruby
<baweaver> PRs welcome :)
ur5us has joined #ruby
<baweaver> Ramda will take care of most of the base at least
synthroid has joined #ruby
cagomez has quit [Remote host closed the connection]
cagomez has joined #ruby
__Yiota has quit [Client Quit]
milardovich has joined #ruby
<dminuoso> baweaver, wooow!
<dminuoso> baweaver, https://github.com/txus/kleisli
<dminuoso> >->
GodFather_ has quit [Quit: Ex-Chat]
<dminuoso> I mean it's just a >, but this is actually readable!
imode has quit [Ping timeout: 255 seconds]
al2o3-cr has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ur5us has quit [Ping timeout: 240 seconds]
<dminuoso> I guess it could trivially be extended to support for something like >>-> for kleisli composition
<dminuoso> i.e. Proc#>>
marcux has quit [Ping timeout: 248 seconds]
gusrub has joined #ruby
belmoussaoui has joined #ruby
milardovich has quit [Remote host closed the connection]
workmad3 has quit [Ping timeout: 258 seconds]
abrcdbr_ has joined #ruby
marcux has joined #ruby
milardovich has joined #ruby
voiceftp has joined #ruby
abrcdbr has quit [Ping timeout: 258 seconds]
code_zombie has joined #ruby
<havenwood> baweaver: ah, nice!
mrconfused has joined #ruby
dcluna has quit [Ping timeout: 258 seconds]
<baweaver> <->, >=->, <=->, *->, +->, --> # dminuoso have fun
<baweaver> |, &, and others too
<dminuoso> baweaver, I only wish we could trivially use methods in a point free style :(
minimalism has joined #ruby
borodin has joined #ruby
dcluna has joined #ruby
milardovich has quit [Ping timeout: 240 seconds]
orbyt_ has joined #ruby
<baweaver> That's what I have ES6+ for
cdg_ has joined #ruby
ta has joined #ruby
snickers has joined #ruby
cdg has quit [Ping timeout: 240 seconds]
cdg_ has quit [Ping timeout: 258 seconds]
ta has quit [Ping timeout: 240 seconds]
Bock has quit [Read error: Connection reset by peer]
jinie has quit [Ping timeout: 246 seconds]
DTZUZU has quit [Quit: WeeChat 1.9]
milardovich has joined #ruby
dminuoso_ has quit [Ping timeout: 240 seconds]
jinie has joined #ruby
DTZUZU has joined #ruby
snickers has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Genya has quit [Ping timeout: 240 seconds]
ramfjord has joined #ruby
bronson has joined #ruby
imode has joined #ruby
<cagomez> whats the syntax for assigning to a variable and immediately using it as a condition for a case statement?
bronson has quit [Ping timeout: 240 seconds]
Genya has joined #ruby
<baweaver> case a = b ?
<baweaver> = returns the value
shinnya has quit [Ping timeout: 240 seconds]
Genya has quit [Ping timeout: 240 seconds]
mostlybadfly has quit [Quit: Connection closed for inactivity]
milardovich has quit [Remote host closed the connection]
cagomez has quit [Remote host closed the connection]
cagomez has joined #ruby
ledestin has joined #ruby
al2o3-cr has quit [Ping timeout: 240 seconds]
marr has quit [Ping timeout: 248 seconds]
troulouliou_div2 has quit [Ping timeout: 240 seconds]
cagomez has quit [Ping timeout: 255 seconds]
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
snickers has joined #ruby
quobo has quit [Quit: Connection closed for inactivity]
milardovich has joined #ruby
Cohedrin_ has quit [Read error: Connection reset by peer]
troulouliou_div2 has joined #ruby
Cohedrin_ has joined #ruby
bruno-_ has joined #ruby
milardovich has quit [Remote host closed the connection]
milardovich has joined #ruby
claudiuinberlin has joined #ruby
rjungemann has quit [Read error: Connection reset by peer]
bruno- has quit [Ping timeout: 240 seconds]
rjungemann has joined #ruby
__Yiota has joined #ruby
ta has joined #ruby
troys is now known as troys_
enterprisey has joined #ruby
zautomata has joined #ruby
__Yiota has quit [Ping timeout: 258 seconds]
AX31_A13X has joined #ruby
Genya has joined #ruby
AxelAlex has quit [Ping timeout: 240 seconds]
al2o3-cr has joined #ruby
zautomata has quit [Quit: WeeChat 1.4]
zautomata has joined #ruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
akkad has joined #ruby
tsglove has quit [Ping timeout: 258 seconds]
tsglove has joined #ruby
goyox86 has joined #ruby
graft has quit [Quit: Lost terminal]
conta has joined #ruby
ap4y has joined #ruby
milardovich has quit [Remote host closed the connection]
goyox86___ has joined #ruby
claudiuinberlin has joined #ruby
jamesaxl has quit [Read error: Connection reset by peer]
ur5us has joined #ruby
mostlybadfly has joined #ruby
conta has quit [Ping timeout: 260 seconds]
jamesaxl has joined #ruby
dminuoso_ has joined #ruby
mniip has joined #ruby
goyox86 has quit [Ping timeout: 260 seconds]
goyox86___ is now known as goyox86
morfin has joined #ruby
<morfin> hello
<dminuoso> o/
<morfin> anybody aware about build fails on other compilers than GCC of older Ruby?
npgm has quit [Quit: Connection closed for inactivity]
dminuoso_ has quit [Ping timeout: 240 seconds]
<ule> Hey guys.. I need some insight on something.. I have a method that is basically doing this: "def to_h { @data } end"
<ule> I'm gonna move this method to a Base class, so how can I deal with this @data?
<dminuoso> ule, just out of curiosity, what is that broken syntax supposed to mean?
<ule> @data is being set on my common class via "initialize"
<ule> dminuoso: just to put all in one line
<ule> :P
<dminuoso> ule, it's still a syntax error.
<ule> def to_h
<ule> @data
<dminuoso> I can compile this with my head into a synta xerror.
<ule> end
<dminuoso> Ah.
d10n-work has joined #ruby
<dminuoso> ule, `def to_h @data; end` would be the way :)
<ule> ohh thanks!
rwb has joined #ruby
alex`` has quit [Ping timeout: 264 seconds]
<morfin> oops i forgot about SSLv3
<dminuoso> ule, technically you can just move it into the base class as is.
dionysus70 has joined #ruby
<dminuoso> ule, but I would consider it poor style if @data actually comes from the derived class.
<morfin> which was removed and old Ruby do not build without patch
dionysus69 has quit [Ping timeout: 255 seconds]
dionysus70 is now known as dionysus69
<ule> dminuoso: for some reason, I was thinking on some kind of :delegate
troulouliou_div2 has quit [Remote host closed the connection]
snickers has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<dminuoso> ule, you could lift the initialization into the base class.
<dminuoso> ule, def to_h { @data } en
<ule> dminuoso: thats great
<ule> thank you very much
synthroid has quit [Remote host closed the connection]
charliesome has joined #ruby
troys_ is now known as troys
cagomez has joined #ruby
synthroid has joined #ruby
cagomez has quit [Remote host closed the connection]
cagomez has joined #ruby
rfoust has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cagomez has quit [Ping timeout: 258 seconds]
nahra has quit [Remote host closed the connection]
cdg has joined #ruby
nahra has joined #ruby
orbyt_ has joined #ruby
cdg_ has joined #ruby
<morfin> weird
<morfin> Clang 5.0.0 everything is ok(compiled 2.3.0)
marr has joined #ruby
uneeb has joined #ruby
cdg has quit [Ping timeout: 248 seconds]
nahra has quit [Remote host closed the connection]
zarubin has quit [Quit: Leaving.]
uneeb has quit [Read error: Connection reset by peer]
morfin has quit []
zarubin1 has joined #ruby
pppktz has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
goyox86 has quit [Ping timeout: 248 seconds]
milardovich has joined #ruby
Beams has quit [Remote host closed the connection]
zautomata has quit [Ping timeout: 240 seconds]
zautomata1 has joined #ruby
sepp2k has quit [Quit: Leaving.]
cagomez has joined #ruby
dionysus69 has quit [Ping timeout: 240 seconds]
SeepingN has joined #ruby
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
rwb has quit [Ping timeout: 240 seconds]
milardovich has quit [Remote host closed the connection]
__Yiota has joined #ruby
bronson has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bmurt has joined #ruby
bronson has quit [Ping timeout: 255 seconds]
workmad3 has joined #ruby
sepp2k has joined #ruby
DLSteve_ has quit [Quit: All rise, the honorable DLSteve has left the channel.]
FahmeF has quit [Remote host closed the connection]
rrichardsr3 has joined #ruby
fmcgeough has quit [Quit: fmcgeough]
jinie has quit [Ping timeout: 255 seconds]
TheDracle has joined #ruby
DLSteve_ has joined #ruby
<guardian> hello, I'm playing with Rouge, writing a formatter but I'm a beginner
<guardian> I'm building an array of lines (strings) out of streamed tokens: https://pastebin.ubuntu.com/25728449/
belmoussaoui has quit [Quit: belmoussaoui]
<guardian> is there a more idiomatic way to write this? instead of appending to a string and an array?
jinie has joined #ruby
garyserj has joined #ruby
__Yiota has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<havenwood> guardian: Using #map twice then #join should work well.
<garyserj> hi I am in windows. Does ruby have an interpreter and if so then what is it called
<garyserj> err i wrote that badly..
<garyserj> I mean does it have an interactive form?
<garyserj> an interactive command interpreter.
<havenwood> ?irb garyserj
<ruby[bot]> garyserj: irb is "interactive ruby", it is part of ruby. You can run ruby code and see results immediately. it's useful for testing code. Also see ?pry, a gem which is a popular alternative to irb.
<havenwood> ?pry
<ruby[bot]> Pry, the better IRB, provides easy object inspection `ls`, `history`, viewing docs `?`, viewing source `$`, syntax highlighting and other features (see `help` for more). Put `binding.pry` in your source code for easy debugging. Install Pry (https://pryrepl.org/): gem install pry pry-doc
DLSteve_ has quit [Quit: All rise, the honorable DLSteve has left the channel.]
Ioannis74 has joined #ruby
<guardian> likely already better https://pastebin.ubuntu.com/25728476/
<guardian> ah havenwood thanks!
<guardian> that's cool, I love when I learn things. Thanks for caring :) <3
kapil___ has joined #ruby
jinie has quit [Ping timeout: 248 seconds]
mrconfused has quit [Remote host closed the connection]
synthroid has quit []
jinie has joined #ruby
gizmore has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/]
eckhardt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
abrcdbr_ has quit [Remote host closed the connection]
agimenez has quit [Ping timeout: 240 seconds]
eckhardt has joined #ruby
kculpis has quit [Ping timeout: 255 seconds]
milardovich has joined #ruby
<garyserj> havenwood: thanks
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
postmodern has joined #ruby
uneeb has joined #ruby
Guest97372 has joined #ruby
sysvalve has joined #ruby
swills has quit [Ping timeout: 258 seconds]
swills has joined #ruby
uneeb has quit [Read error: Connection reset by peer]
conta has joined #ruby
eckhardt has quit [Quit: Textual IRC Client: www.textualapp.com]
quobo has joined #ruby
milardovich has quit [Read error: Connection reset by peer]
conta has quit [Ping timeout: 248 seconds]
milardovich has joined #ruby
milardovich has quit [Read error: Connection reset by peer]
milardovich has joined #ruby
jenrzzz has quit [Ping timeout: 248 seconds]
Ioannis74 has quit [Quit: Going offline, see ya! (www.adiirc.com)]
Azure has joined #ruby
Guest97372 has quit [Ping timeout: 255 seconds]
biberu has quit []
Azure has quit [Client Quit]
Azure has joined #ruby
orbyt_ has joined #ruby
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
shinnya has joined #ruby
Cohedrin_ has quit [Read error: Connection reset by peer]
Cohedrin_ has joined #ruby
sysvalve has quit [Ping timeout: 248 seconds]
belmoussaoui has joined #ruby
santi has joined #ruby
zautomata1 has quit [Quit: WeeChat 1.4]
zautomata has joined #ruby
mjolnird has quit [Quit: Leaving]
belmoussaoui has quit [Client Quit]
belmoussaoui has joined #ruby
mim1k has joined #ruby
enterprisey has quit [Ping timeout: 248 seconds]
enterprisey has joined #ruby
Guest97372 has joined #ruby
workmad3 has quit [Ping timeout: 240 seconds]
Zeb has joined #ruby
mim1k has quit [Ping timeout: 240 seconds]
milardovich has quit [Read error: Connection reset by peer]
top has joined #ruby
cagomez has quit [Remote host closed the connection]
Zeb is now known as Guest33591
milardovich has joined #ruby
cagomez has joined #ruby
cagomez has quit [Remote host closed the connection]
cagomez has joined #ruby
<top> Hello?
milardovich has quit [Read error: Connection reset by peer]
cagomez has quit [Remote host closed the connection]
milardovich has joined #ruby
cagomez has joined #ruby
<havenwood> top: hi
cagomez has quit [Read error: Connection reset by peer]
<top> Is anyone here or do people just join and quit?
sepp2k1 has joined #ruby
<havenwood> top: Lots of people are here. You might want to turn off join/part notification.
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<top> Ah okay. This is my first time ever using IRC.
sysvalve has joined #ruby
sepp2k has quit [Ping timeout: 240 seconds]
Guest33591 has quit [Quit: Leaving]
top has quit [Quit: Leaving]
ap4y has quit [Ping timeout: 240 seconds]
blackmesa1 has joined #ruby
eckhardt has joined #ruby
cagomez has joined #ruby
nirix has quit [Ping timeout: 248 seconds]
blackmesa has quit [Ping timeout: 255 seconds]
orbyt_ has joined #ruby
chopin has joined #ruby
cagomez has quit [Remote host closed the connection]
AX31_A13X has quit [Ping timeout: 255 seconds]
jphase has quit [Remote host closed the connection]
cagomez has joined #ruby
jphase has joined #ruby
roshanavand has quit [Quit: Leaving]
sepp2k1 has quit [Read error: Connection reset by peer]
r3kz has quit [Quit: Connection closed for inactivity]
nirix has joined #ruby
ramfjord has quit [Ping timeout: 248 seconds]
jphase has quit [Ping timeout: 240 seconds]
enterprisey has quit [Remote host closed the connection]
GodFather has quit [Ping timeout: 248 seconds]
milardovich has quit [Read error: Connection reset by peer]
ap4y has joined #ruby
milardovich has joined #ruby
ramfjord has joined #ruby
ShekharReddy has quit [Quit: Connection closed for inactivity]
Rapture has quit [Quit: Textual IRC Client: www.textualapp.com]
milardovich has quit [Client Quit]
halt has quit [Ping timeout: 260 seconds]
halt has joined #ruby
jordanm has quit [Remote host closed the connection]
mostlybadfly has quit [Quit: Connection closed for inactivity]
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
mjolnird has joined #ruby
kanobt61 has quit [Remote host closed the connection]
rrichardsr3 has quit [Quit: Apparantly my attempt to stay awake has failed...]
ap4y has quit [Ping timeout: 240 seconds]
elitebqala has joined #ruby
elitebqala has quit [Ping timeout: 258 seconds]
polishdub has quit [Quit: leaving]
chmurifree has quit [Ping timeout: 240 seconds]
joast has quit [Quit: Leaving.]
zautomata has quit [Quit: WeeChat 1.4]
zautomata has joined #ruby
joast has joined #ruby
ta has quit [Ping timeout: 255 seconds]
joast has quit [Client Quit]
chmurifree has joined #ruby
Cohedrin_ has quit [Read error: Connection reset by peer]
bronson has joined #ruby
joast has joined #ruby
jenrzzz has quit [Ping timeout: 258 seconds]
GodFather has joined #ruby
belmoussaoui has quit [Read error: Connection reset by peer]
Cohedrin_ has joined #ruby
ap4y has joined #ruby
bronson has quit [Ping timeout: 260 seconds]
rrichardsr3 has joined #ruby
jphase has joined #ruby
chopin has quit [Remote host closed the connection]
ta has joined #ruby
jphase has quit [Ping timeout: 258 seconds]
selim has quit [Ping timeout: 240 seconds]
lagweezle is now known as lagweezle_away
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
selim has joined #ruby
al2o3-cr has quit [Ping timeout: 240 seconds]
cschneid_ has quit [Remote host closed the connection]
cschneid_ has joined #ruby
thinkpad has joined #ruby
TheDracle has quit [Ping timeout: 255 seconds]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
marxarelli is now known as marxarelli|afk
cschneid_ has quit [Ping timeout: 240 seconds]
marr has quit [Ping timeout: 240 seconds]
kapil___ has quit [Quit: Connection closed for inactivity]
ramfjord has quit [Ping timeout: 260 seconds]
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
brendan- has quit [Quit: Textual IRC Client: www.textualapp.com]
zautomata has quit [Quit: WeeChat 1.4]
jenrzzz has quit [Ping timeout: 255 seconds]
gusrub has quit [Remote host closed the connection]
charliesome has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
charliesome has quit [Ping timeout: 240 seconds]
TomyLobo2 has quit [Ping timeout: 255 seconds]
chopin has joined #ruby
chouhoulis has quit [Ping timeout: 260 seconds]
quobo has quit [Quit: Connection closed for inactivity]
rrichardsr3 has quit [Quit: He who dares .... wins.]
d10n-work has quit [Quit: Connection closed for inactivity]
gusrub has joined #ruby
mim1k has joined #ruby
Cohedrin_ has quit [Read error: Connection reset by peer]
Cohedrin_ has joined #ruby
mim1k has quit [Ping timeout: 248 seconds]
alnewkirk has quit [Ping timeout: 255 seconds]
dviola has joined #ruby
Ropeney has joined #ruby
gusrub has quit [Remote host closed the connection]
gusrub has joined #ruby
__Yiota has joined #ruby
cdg_ has quit [Ping timeout: 248 seconds]
brendan- has joined #ruby