havenwood changed the topic of #ruby to: Rules & more: http://ruby-community.com || Ruby 2.3.1; 2.2.5; 2.1.9: https://ruby-lang.org || Paste >3 lines of text on https://gist.github.com || logs @ http://irclog.whitequark.org/ruby/
N1njturt_ has joined #ruby
hahuang65 has joined #ruby
duncannz has joined #ruby
Yiota has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
weemsledeux has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
yfeldblum has quit [Ping timeout: 250 seconds]
spider-mario has quit [Remote host closed the connection]
weemsledeux has joined #ruby
splitlip has joined #ruby
hahuang65 has quit [Ping timeout: 252 seconds]
flashpoint9 has quit [Remote host closed the connection]
ElFerna has quit []
Vingador has quit [Remote host closed the connection]
maletor3 has joined #ruby
chipotle has joined #ruby
Rodya_ has quit [Remote host closed the connection]
maletor3 has quit [Ping timeout: 244 seconds]
Dimik has joined #ruby
Rickmasta has joined #ruby
Rodya_ has joined #ruby
marr has quit [Ping timeout: 276 seconds]
N1njturt_ has quit [Remote host closed the connection]
LoneHermit has quit [Remote host closed the connection]
LoneHerm_ has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
jenrzzz has joined #ruby
symm-_ has joined #ruby
symm- has quit [Ping timeout: 258 seconds]
N1njturt_ has joined #ruby
Madplatypus has quit [Quit: Connection closed for inactivity]
rkazak has joined #ruby
sneakerhax has joined #ruby
duckpuppy has joined #ruby
iamjhu has joined #ruby
noobsu_ has joined #ruby
sumobob has quit [Ping timeout: 258 seconds]
iamjhu has quit [Client Quit]
weemsledeux has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
solocshaw1 has joined #ruby
duckpuppy has quit [Ping timeout: 244 seconds]
solocshaw has quit [Remote host closed the connection]
solocshaw1 is now known as solocshaw
noobsu_ has quit [Ping timeout: 250 seconds]
al2o3-cr has quit [Quit: WeeChat 1.5]
hahuang65 has joined #ruby
electrostat has quit [Read error: Connection reset by peer]
giz|work|2 has quit [Ping timeout: 260 seconds]
Tristan-Speccy has joined #ruby
Tristan-Speccy is now known as Guest95505
LoneHerm_ has quit [Remote host closed the connection]
buddhabrot_ has joined #ruby
al2o3-cr has joined #ruby
diegoaguilar has quit [Remote host closed the connection]
djbkd has joined #ruby
symm-_ has quit [Ping timeout: 260 seconds]
Yzguy has joined #ruby
c0mrad3 has quit [Quit: Connection closed for inactivity]
electrostat has joined #ruby
hahuang65 has quit [Ping timeout: 264 seconds]
soLucien has joined #ruby
Coldblackice has joined #ruby
millerti has joined #ruby
harai54 has joined #ruby
David_H__ has joined #ruby
Yiota has joined #ruby
TinkerTyper has joined #ruby
blockchan has quit [Ping timeout: 276 seconds]
David_H_Smith has quit [Ping timeout: 244 seconds]
jerematic has joined #ruby
antgel has quit [Ping timeout: 246 seconds]
David_H__ has quit [Remote host closed the connection]
Es0teric has quit [Quit: Computer has gone to sleep.]
maletor3 has joined #ruby
David_H_Smith has joined #ruby
jerematic has quit [Ping timeout: 250 seconds]
chip__ has quit [Remote host closed the connection]
skweek has quit [Ping timeout: 260 seconds]
charliesome has joined #ruby
charliesome has quit [Client Quit]
Rodya_ has quit [Remote host closed the connection]
aeterne has joined #ruby
Es0teric has joined #ruby
maletor3 has quit [Ping timeout: 244 seconds]
nando294021 has joined #ruby
Es0teric has quit [Client Quit]
Elvin has joined #ruby
N1njturt_ has quit [Remote host closed the connection]
LoneHerm_ has joined #ruby
jenrzzz has quit [Ping timeout: 260 seconds]
N1njturt_ has joined #ruby
hahuang65 has joined #ruby
LoneHerm_ has quit [Remote host closed the connection]
jenrzzz has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
flashpoint9 has joined #ruby
sharkman has joined #ruby
LoneHerm_ has joined #ruby
JesseH has quit [Remote host closed the connection]
duckpuppy has joined #ruby
hahuang65 has quit [Ping timeout: 276 seconds]
smathy has joined #ruby
pilne has joined #ruby
harai54 has quit [Ping timeout: 240 seconds]
nando294021 has quit [Ping timeout: 250 seconds]
duckpuppy has quit [Ping timeout: 260 seconds]
LoneHerm_ has quit [Remote host closed the connection]
N1njturt_ has quit [Remote host closed the connection]
Yzguy has quit [Quit: Cya]
SCHAAP137 has quit [Quit: Leaving]
jenrzzz has quit [Ping timeout: 252 seconds]
weemsledeux has joined #ruby
flashpoint9 has quit [Remote host closed the connection]
cd83x has quit [Remote host closed the connection]
LoneHerm_ has joined #ruby
nando294021 has joined #ruby
charliesome has joined #ruby
kraken has joined #ruby
kraken is now known as kraken_
<kraken_> is it more convention to call "hi".upcase or "hi".upcase()
<kraken_> conventional*
mynameisntroy has quit [Disconnected by services]
arescorpio has joined #ruby
weaksauce has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
davedev24 has quit []
aeterne has quit [Read error: Connection reset by peer]
GodFather has quit [Quit: Ex-Chat]
GodFather has joined #ruby
hahuang65 has joined #ruby
crystal77 has joined #ruby
smathy is now known as smathy_afk
allcentury has quit [Ping timeout: 260 seconds]
N1njturt1e has joined #ruby
maletor3 has joined #ruby
jancel has joined #ruby
jancel has quit [Remote host closed the connection]
razer_ has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<razer_> I'm can't figure out why my class can't access the a method from a module I mixed in.
<bougyman> can you show code?
<bougyman> which method?
N1njturt1e has quit [Ping timeout: 250 seconds]
hahuang65 has quit [Ping timeout: 240 seconds]
<razer_> The method it can't access is Calculator.add_3_method
<bougyman> it's not a class method
<bougyman> it's an instance method.
<bougyman> Calculator.new.add_3_method
<razer_> Oh, so I have to define it in the module like a class method then I guess.
<bougyman> well, it's more than that.
yqt has quit [Ping timeout: 260 seconds]
<razer_> I just figured it was by default because you couldn't make instances of modules.
maletor3 has quit [Ping timeout: 250 seconds]
<bougyman> you have to attach it to self.included, too
<razer_> Or maybe you can, I don't know. I didn't even know about that self.included.
charliesome has joined #ruby
<razer_> Ah, thank you
dopie has quit [Quit: Leaving]
skweek has joined #ruby
mleung has joined #ruby
mleung has quit [Client Quit]
Lildirt has quit [Ping timeout: 244 seconds]
cd83x has joined #ruby
smathy_afk has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Lildirt has joined #ruby
djbkd has quit [Remote host closed the connection]
weaksauce has joined #ruby
arooni has joined #ruby
<razer_> This is sort of off topic, but I've been thinking of making a ruby world introduction that explains all the concepts of the ruby world without any code. Only after understanding the ruby world would I show people how to write ruby to interact with the ruby world.
duckpuppy has joined #ruby
eljimador has quit [Quit: Leaving]
eljimador has joined #ruby
JesseH has joined #ruby
MrBusiness2 has joined #ruby
duckpuppy has quit [Ping timeout: 260 seconds]
LoneHerm_ has quit [Remote host closed the connection]
MrBusiness3 has quit [Ping timeout: 250 seconds]
TomyLobo has quit [Ping timeout: 240 seconds]
crystal77 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Coldblackice_ has joined #ruby
Coldblackice_ has quit [Client Quit]
hahuang65 has joined #ruby
karmatr0n has joined #ruby
sdothum has quit [Quit: ZNC - 1.6.0 - http://znc.in]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
karmatr0n has quit [Ping timeout: 240 seconds]
braincras has quit [Quit: bye bye]
hahuang65 has quit [Ping timeout: 240 seconds]
sharkman has quit [Quit: Leaving]
<kraken_> Hey guys, ruby noob here having a tough time. I have two files that are in the same directory, a board.rb file and a player.rb file, and I'm trying to create a player object within the board file, but I can't. Don't I need to ((( require 'player' ))) at the top of my Board class? I've already done this and I'm getting "cannot load such file --- player"
<kraken_> Alright I just fixed it with require './player'
<kraken_> not sure why I needed the './'
longfeet has quit [Read error: Connection reset by peer]
<Radar> kraken_: because you're referencing it relative to the board file
<Radar> You can do require_relative 'player'
braincrash has joined #ruby
<Radar> "./" is shorthand for "this current directory"
<kraken_> ohhhh
<kraken_> I though ./ would mean one directory down
daed has quit [Quit: .]
weemsledeux has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<Radar> no, that's ../
k3rn31 has joined #ruby
<kraken_> Radar: huh? When I $cd .. it brings me one directory up
<Radar> that's what I just said.
nando294021 has quit [Ping timeout: 246 seconds]
agit0 has quit [Quit: zzzZZZ….]
<kraken_> ahh
<Radar> one directory "back" would be a better word.
N1njturt1e has joined #ruby
maletor3 has joined #ruby
<kraken_> True that!
maletor3 has quit [Ping timeout: 244 seconds]
k3rn31 has quit [Quit: Computer has gone to sleep.]
Vingador has joined #ruby
r_rios has joined #ruby
<buddhabrot_> what no, one directory back is 'cd -'
<Radar> That goes back to the last directory you visited, not one directory "back" from where you are now
Yzguy has joined #ruby
<Radar> For instance, I'm at ~/Projects/elixir. If I do "cd -" it will take me back to ~ because that's where I was before I got here.
<Radar> "cd .." will take me back to ~/Projects
olspookishmagus has quit [Ping timeout: 250 seconds]
<buddhabrot_> is the directory tree oriented horizontal or vertical?
olspookishmagus has joined #ruby
<buddhabrot_> I always thought of it, like a tree, vertically
<buddhabrot_> so why back, and not up?
olspookishmagus is now known as Guest69434
djbkd has joined #ruby
CloCkWeRX has joined #ruby
<pilne> is there a good place to learn about what is going to be coming to ruby 3?
hahuang65 has joined #ruby
<pilne> and i always saw it as the concept of a directory that is inside another being a "subdirectory" sub is "lower" so you go "up" when you go "back".
jaguarmagenta has joined #ruby
jenrzzz has joined #ruby
duckpuppy has joined #ruby
jaguarmagenta has quit [Remote host closed the connection]
jaguarmagenta has joined #ruby
Guest70615 has quit [Ping timeout: 244 seconds]
solocshaw has quit [Ping timeout: 250 seconds]
jaguarmagenta has quit [Remote host closed the connection]
djbkd has quit [Ping timeout: 252 seconds]
nibbo has quit [Ping timeout: 240 seconds]
nemish has quit [Ping timeout: 276 seconds]
arescorpio has quit [Ping timeout: 272 seconds]
gix- has quit [Ping timeout: 244 seconds]
duckpuppy has quit [Ping timeout: 258 seconds]
RushPL has quit [Quit: No Ping reply in 180 seconds.]
ohcibi has quit [Quit: No Ping reply in 180 seconds.]
bauruine has quit [Ping timeout: 260 seconds]
diegoaguilar has joined #ruby
soahccc has quit [Ping timeout: 260 seconds]
ohcibi has joined #ruby
contradictioned has quit [Quit: No Ping reply in 180 seconds.]
jaguarmagenta has joined #ruby
soahccc has joined #ruby
RushPL has joined #ruby
bauruine has joined #ruby
contradictioned has joined #ruby
gix has joined #ruby
Yiota has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Yiota has joined #ruby
jenrzzz has quit [Ping timeout: 276 seconds]
jaguarmagenta has quit [Ping timeout: 258 seconds]
N1njturt1e has quit [Remote host closed the connection]
7GHAA9N4L has joined #ruby
Yiota has quit [Client Quit]
c355e3b has quit [Quit: Connection closed for inactivity]
Yiota has joined #ruby
allcentury has joined #ruby
Elvin has quit [Quit: Textual IRC Client: www.textualapp.com]
hk238 has joined #ruby
k3rn31 has joined #ruby
RushPL has quit [Quit: No Ping reply in 180 seconds.]
soahccc has quit [Ping timeout: 260 seconds]
ohcibi has quit [Quit: No Ping reply in 180 seconds.]
nemish has joined #ruby
contradictioned has quit [Quit: No Ping reply in 180 seconds.]
Rush has quit [Quit: No Ping reply in 180 seconds.]
kalleth has quit [Quit: No Ping reply in 180 seconds.]
jancel has joined #ruby
ohcibi has joined #ruby
soahccc has joined #ruby
contradictioned has joined #ruby
kalleth has joined #ruby
Rush has joined #ruby
RushPL has joined #ruby
allcentury has quit [Ping timeout: 250 seconds]
nibbo has joined #ruby
Guest70615 has joined #ruby
karmatr0n has joined #ruby
crystal77 has joined #ruby
jerematic has joined #ruby
karmatr0n has quit [Ping timeout: 250 seconds]
skweek has quit [Ping timeout: 260 seconds]
Es0teric has joined #ruby
yfeldblum has joined #ruby
jerematic has quit [Ping timeout: 250 seconds]
djbkd has joined #ruby
maletor3 has joined #ruby
d0lph1n98 has joined #ruby
LoneHermit has joined #ruby
unvexp has joined #ruby
maletor3 has quit [Ping timeout: 240 seconds]
rippa has joined #ruby
arooni has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
houhouli_ has joined #ruby
xcesariox has joined #ruby
crystal77 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
crystal77 has joined #ruby
Mia has quit [Read error: Connection reset by peer]
crystal77 has quit [Client Quit]
duckpuppy has joined #ruby
k0n has joined #ruby
<k0n> can you help me build a nonprofit for black supremacist groups?
hk238 has quit [Quit: http://www.kvirc.net/ 4.9.1 Aria]
thejamespinto has quit [Remote host closed the connection]
crystal77 has joined #ruby
duckpuppy has quit [Ping timeout: 250 seconds]
crystal77 has quit [Client Quit]
yfeldblum has quit [Ping timeout: 258 seconds]
<Radar> !ban k0n
k0n was kicked from #ruby by ruby[bot] [bannable offense, see http://ruby-community.com/pages/user_rules]
metateck has joined #ruby
<Radar> !troll k0n
lxsameer has joined #ruby
Yzguy has quit [Quit: Zzz...]
sumobob has joined #ruby
flashpoint9 has joined #ruby
allcentury has joined #ruby
<metateck> i am new to ruby, and it appears to me i created an instance of a string that does not have a starts_with? method
<Radar> metateck: what version of Ruby?
<metateck> that is a little more information
<metateck> 2.2.3
<Radar> metateck: the method is called start_with?
<Radar> On Ruby 2.3, it'll tell you that
<Radar> NoMethodError: undefined method `starts_with?' for "Ghent":String
<Radar> Did you mean? start_with?
<metateck> yes thanks
<metateck> that was 2 hours well spent
jaguarmagenta has joined #ruby
<metateck> thanks radar i got it now
CloCkWeRX has quit [Ping timeout: 260 seconds]
flashpoint9 has quit [Ping timeout: 272 seconds]
hahuang65 has quit [Ping timeout: 272 seconds]
arkore has joined #ruby
allcentury has quit [Ping timeout: 250 seconds]
<arkore> hello, how do i configure ruby on windows to use the git i already have installed, so that i dont receive an error "You need Git installed to get started."
<arkore> or maybe it doesn't matter, but i figured it'd be normal and natural that my git in ruby be the git i already have.
jaguarmagenta has quit [Ping timeout: 240 seconds]
crystal77 has joined #ruby
yfeldblum has joined #ruby
yfeldblum has quit [Remote host closed the connection]
d0lph1n98 has quit [Ping timeout: 276 seconds]
yfeldblum has joined #ruby
d0lph1n98 has joined #ruby
hk238 has joined #ruby
<xpt> arkore: I don't have an access to my windows box today, but I think you just need to set ENV path to point to your git directory
<arkore> xpt, yeah, thx. im trying it now after adding C:\Users\...\AppData\Local\Programs\Git\bin to PATH
statelesscode has quit [Ping timeout: 244 seconds]
<arkore> yeah, that fixed it.
jancel has quit [Ping timeout: 276 seconds]
crystal77 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
jerematic has joined #ruby
dh64 has joined #ruby
Cohedrin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
xcesariox has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
nando293921 has joined #ruby
jerematic has quit [Ping timeout: 272 seconds]
jaguarmagenta has joined #ruby
jaguarma_ has joined #ruby
maletor3 has joined #ruby
jaguarmagenta has quit [Ping timeout: 240 seconds]
maletor3 has quit [Ping timeout: 244 seconds]
Sammichmaker has joined #ruby
tatsuo has joined #ruby
<metateck> i was just cleaning up tabs and this is like the 20th tab im closing that i opened because of my start_with? typo
<metateck> good night and thanks Radar
<tatsuo> hello
hahuang65 has joined #ruby
<Radar> metateck: see ya
tildes_ has joined #ruby
metateck has quit [Quit: Page closed]
bnjf has quit [Ping timeout: 264 seconds]
blackgoat has joined #ruby
phredus has quit [Remote host closed the connection]
LoneHermit has quit [Remote host closed the connection]
hahuang65 has quit [Ping timeout: 244 seconds]
beilabs has joined #ruby
Cohedrin has joined #ruby
pilne has quit [Quit: Quitting!]
duckpuppy has joined #ruby
beilabs_ has joined #ruby
beilabs has quit [Ping timeout: 240 seconds]
duckpuppy has quit [Ping timeout: 250 seconds]
bnjf has joined #ruby
Yiota has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Yiota has joined #ruby
bnjf has quit [Ping timeout: 272 seconds]
allcentury has joined #ruby
7GHAA9N4L has quit [Remote host closed the connection]
djbkd has quit [Remote host closed the connection]
sneakerhax has quit [Ping timeout: 240 seconds]
bnjf has joined #ruby
karmatr0n has joined #ruby
blockchan has joined #ruby
nando293921 has quit [Read error: Connection reset by peer]
nando293921 has joined #ruby
jud has quit [Quit: Leaving]
moeabdol has joined #ruby
karmatr0n has quit [Ping timeout: 240 seconds]
blockchan has quit [Ping timeout: 260 seconds]
allcentury has quit [Ping timeout: 272 seconds]
allcentury has joined #ruby
giz|work|2 has joined #ruby
kareeoleez has joined #ruby
yfeldblum has quit [Ping timeout: 260 seconds]
allcentury has quit [Ping timeout: 246 seconds]
pepee has quit [Quit: bye $IRC]
djbkd has joined #ruby
Caerus|Away is now known as Caerus
Vingador has quit [Ping timeout: 260 seconds]
maletor3 has joined #ruby
duncannz has quit [Remote host closed the connection]
Hyuk has joined #ruby
jud has joined #ruby
maletor3 has quit [Ping timeout: 240 seconds]
djbkd has quit [Remote host closed the connection]
Cohedrin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Hyuk has quit [Quit: Textual IRC Client: www.textualapp.com]
Yiota has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
LoneHerm_ has joined #ruby
djbkd has joined #ruby
Hyuk has joined #ruby
duckpuppy has joined #ruby
LoneHerm_ has quit [Ping timeout: 244 seconds]
soLucien has quit [Read error: Connection reset by peer]
duckpuppy has quit [Ping timeout: 250 seconds]
beilabs has joined #ruby
d0lph1n98 has quit [Ping timeout: 260 seconds]
beilabs_ has quit [Ping timeout: 260 seconds]
djbkd has quit [Remote host closed the connection]
JP__ has joined #ruby
CJKinni has joined #ruby
tristanp_ has joined #ruby
JP__ has left #ruby [#ruby]
sumobob has quit [Ping timeout: 260 seconds]
tristanp has quit [Ping timeout: 260 seconds]
tvw has joined #ruby
elifoster has joined #ruby
gtsai has joined #ruby
kareeole_ has joined #ruby
allcentury has joined #ruby
codecop has joined #ruby
harai54 has joined #ruby
kareeoleez has quit [Ping timeout: 252 seconds]
ishe_ua has joined #ruby
allcentury has quit [Ping timeout: 240 seconds]
Devalo has joined #ruby
Hyuk has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
CJKinni has quit [Remote host closed the connection]
CJKinni has joined #ruby
haxrbyte has quit [Ping timeout: 250 seconds]
Ishido has joined #ruby
ensyde has quit [Ping timeout: 260 seconds]
framling has joined #ruby
kareeoleez has joined #ruby
maletor3 has joined #ruby
kareeole_ has quit [Ping timeout: 260 seconds]
maletor3 has quit [Ping timeout: 258 seconds]
dionysus69 has joined #ruby
Devalo has quit [Remote host closed the connection]
gtsai has quit [Remote host closed the connection]
blockchan has joined #ruby
haraigo has joined #ruby
harai54 has quit [Ping timeout: 272 seconds]
Devalo has joined #ruby
allcentury has joined #ruby
LoneHermit has joined #ruby
kraken_ has quit [Quit: Leaving]
allcentury has quit [Ping timeout: 260 seconds]
giz|work|2 has quit [Ping timeout: 260 seconds]
duckpuppy has joined #ruby
millerti has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
phredus has joined #ruby
beilabs has quit [Ping timeout: 260 seconds]
LoneHermit has quit [Ping timeout: 260 seconds]
Yiota has joined #ruby
Guest19482 has joined #ruby
<Guest19482> Is there anyway to create 100 variable using a loop?
the_drow has joined #ruby
duckpuppy has quit [Ping timeout: 264 seconds]
lightt has joined #ruby
houhouli_ has quit [Remote host closed the connection]
d0lph1n98 has joined #ruby
minimalism has quit [Quit: minimalism]
N1njturt1e has joined #ruby
<jhass> Guest19482: use a hash or array
<Guest19482> ahh
<Guest19482> rodger
lightt has quit [Quit: Bye]
hahuang65 has joined #ruby
N1njturt1e has quit [Ping timeout: 272 seconds]
dar123 has joined #ruby
Devalo has quit [Remote host closed the connection]
nando293921 has quit [Ping timeout: 240 seconds]
Yiota has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
d0lph1n98 has quit [Ping timeout: 272 seconds]
Hyuk has joined #ruby
marr has joined #ruby
Guest19482 has quit [Remote host closed the connection]
sneakerhax has joined #ruby
kareeole_ has joined #ruby
kareeole_ is now known as kareeoleez_
Dimik has quit [Ping timeout: 244 seconds]
jerematic has joined #ruby
Virus has joined #ruby
pawnbox has joined #ruby
<Virus> can someone help me with a ruby script?
kareeoleez has quit [Ping timeout: 250 seconds]
Virus has quit [Client Quit]
<hanmac> Virus: just show us the gist
CloCkWeRX has joined #ruby
tvw has quit [Ping timeout: 264 seconds]
jerematic has quit [Ping timeout: 240 seconds]
kareeoleez has joined #ruby
moeabdol has quit [Ping timeout: 244 seconds]
Nawn has joined #ruby
Devalo has joined #ruby
maletor3 has joined #ruby
<jhass> too slow ;)
kareeoleez_ has quit [Ping timeout: 276 seconds]
firstdayonthejob has joined #ruby
maletor3 has quit [Ping timeout: 252 seconds]
MrBusiness3 has joined #ruby
charliesome has joined #ruby
Madplatypus has joined #ruby
nankyokusei has joined #ruby
dar123 has quit [Read error: Connection reset by peer]
MrBusiness2 has quit [Ping timeout: 250 seconds]
kareeoleez has quit [Remote host closed the connection]
elifoster has quit [Ping timeout: 252 seconds]
moeabdol has joined #ruby
allcentury has joined #ruby
allcentury has quit [Ping timeout: 260 seconds]
guardian has quit [Quit: Coyote finally caught me]
guardian has joined #ruby
duckpuppy has joined #ruby
infra-red has joined #ruby
infra-red has quit [Client Quit]
codecop has quit [Remote host closed the connection]
bauruine has quit [Ping timeout: 260 seconds]
contradictioned has quit [Quit: No Ping reply in 180 seconds.]
Rush has quit [Remote host closed the connection]
kalleth has quit [Quit: No Ping reply in 180 seconds.]
RushPL has quit [Remote host closed the connection]
ohcibi has quit [Quit: No Ping reply in 180 seconds.]
soahccc has quit [Ping timeout: 260 seconds]
contradictioned has joined #ruby
kalleth has joined #ruby
Rush has joined #ruby
ohcibi has joined #ruby
soahccc has joined #ruby
RushPL has joined #ruby
duckpuppy has quit [Ping timeout: 252 seconds]
CJKinni has quit [Ping timeout: 264 seconds]
Hyuk has quit [Quit: Textual IRC Client: www.textualapp.com]
bauruine has joined #ruby
haraigo has quit [Ping timeout: 264 seconds]
rkoller has joined #ruby
Devalo has quit [Remote host closed the connection]
SCHAAP137 has joined #ruby
elementaru has joined #ruby
symm- has joined #ruby
Devalo has joined #ruby
Devalo has quit [Remote host closed the connection]
agit0 has joined #ruby
tildes_ has quit [Ping timeout: 252 seconds]
Gasher has joined #ruby
tildes_ has joined #ruby
blockchan has quit [Ping timeout: 260 seconds]
Devalo has joined #ruby
unvexp has quit [Quit: Leaving]
scepticulous has joined #ruby
tildes_ has quit [Ping timeout: 244 seconds]
blockchan has joined #ruby
agit0 has quit [Quit: zzzZZZ….]
TomyLobo has joined #ruby
blockchan has quit [Ping timeout: 240 seconds]
Nawn has quit [Remote host closed the connection]
dionysus69 has quit [Ping timeout: 240 seconds]
Devalo has quit [Ping timeout: 246 seconds]
maletor3 has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
LoneHermit has joined #ruby
blockchan has joined #ruby
r_rios has quit [Ping timeout: 244 seconds]
mdw has joined #ruby
pawnbox has quit [Remote host closed the connection]
maletor3 has quit [Ping timeout: 260 seconds]
Tempesta has quit [Quit: See ya!]
allcentury has joined #ruby
LoneHermit has quit [Ping timeout: 260 seconds]
Tempesta has joined #ruby
kareeoleez has joined #ruby
allcentury has quit [Ping timeout: 258 seconds]
domgetter has joined #ruby
pawnbox has joined #ruby
Coldblackice has quit [Ping timeout: 272 seconds]
kareeoleez has quit [Ping timeout: 240 seconds]
charliesome has joined #ruby
blockchan has quit [Ping timeout: 240 seconds]
nofxx has joined #ruby
phredus has quit [Remote host closed the connection]
duckpuppy has joined #ruby
xcesariox has joined #ruby
CJKinni has joined #ruby
noobsu_ has joined #ruby
rkazak has quit [Quit: Sleep.....ing....]
duckpuppy has quit [Ping timeout: 272 seconds]
spider-mario has joined #ruby
CJKinni has quit [Ping timeout: 276 seconds]
helpa has quit [Remote host closed the connection]
helpa has joined #ruby
phredus has joined #ruby
Gasher has quit [Ping timeout: 244 seconds]
N1njturt1e has joined #ruby
dionysus69 has joined #ruby
vjacob has joined #ruby
N1njturt1e has quit [Remote host closed the connection]
N1njturt1e has joined #ruby
Mon_Ouie has joined #ruby
beilabs has joined #ruby
beilabs has quit [Remote host closed the connection]
<jokke> hey
<jokke> about celluloid: i have an actor that listens to a topic via subscribe and triggers a callback when it receives a message. This callback is blocking. I need the actor to be able to receive messages asynchronously (so that multiple blocking callbacks can be triggered simultaniously)
N1njturt1e has quit [Remote host closed the connection]
<jokke> how can i do this?
CJKinni has joined #ruby
<jokke> hm maybe with a future
tjohnson has quit [Quit: Connection closed for inactivity]
nerium has joined #ruby
hays has quit [Read error: Connection reset by peer]
hays has joined #ruby
hahuang65 has quit [Ping timeout: 272 seconds]
banister has joined #ruby
CJKinni has quit [Ping timeout: 252 seconds]
<shevy> solve all problems in the future!
maletor3 has joined #ruby
xcesariox has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
maletor3 has quit [Ping timeout: 246 seconds]
allcentury has joined #ruby
noobsu_ has quit [Remote host closed the connection]
noobsu has joined #ruby
noobsu has quit [Remote host closed the connection]
nerium has quit [Quit: nerium]
allcentury has quit [Ping timeout: 260 seconds]
Hyuk has joined #ruby
araujo has joined #ruby
araujo has quit [Changing host]
araujo has joined #ruby
araujo has quit [Max SendQ exceeded]
_whitelogger_ has joined #ruby
ohcibi_ has joined #ruby
contradictioned_ has joined #ruby
voker57_ has joined #ruby
kalleth_ has joined #ruby
Madplatypus_ has joined #ruby
Rush_ has joined #ruby
Rush_ is now known as Guest78503
Rush__ has joined #ruby
DefV_ has joined #ruby
[ace]_ has joined #ruby
nano-_ has joined #ruby
queequeg2 has joined #ruby
blackgoat_ has joined #ruby
stevenxl_ has joined #ruby
genpaku_ has joined #ruby
prooftechnique_ has joined #ruby
M-Techni1 has joined #ruby
vqrs_ has joined #ruby
rgs_ has joined #ruby
bauruine has quit [Ping timeout: 260 seconds]
knowtheory has quit [Ping timeout: 260 seconds]
kapowaz has quit [Ping timeout: 260 seconds]
digitalfiz has quit [Ping timeout: 260 seconds]
lipoqil has quit [Ping timeout: 260 seconds]
drPoggs has quit [Ping timeout: 260 seconds]
nemesit|znc has quit [Ping timeout: 260 seconds]
Lord_of_Life has quit [Ping timeout: 260 seconds]
Arcaire has quit [Ping timeout: 260 seconds]
LoganG has quit [Ping timeout: 260 seconds]
soahccc has quit [Ping timeout: 260 seconds]
adgtl has quit [Ping timeout: 260 seconds]
JStoker has quit [Ping timeout: 260 seconds]
dellavg has quit [Ping timeout: 260 seconds]
Madplatypus has quit [Ping timeout: 260 seconds]
chrismytton has quit [Ping timeout: 260 seconds]
moss has quit [Ping timeout: 260 seconds]
Nanuq has quit [Ping timeout: 260 seconds]
SegFaultAX has quit [Ping timeout: 260 seconds]
heyimwill has quit [Ping timeout: 260 seconds]
ohcibi has quit [Ping timeout: 260 seconds]
RushPL has quit [Ping timeout: 260 seconds]
Rush has quit [Ping timeout: 260 seconds]
kalleth has quit [Ping timeout: 260 seconds]
eljimador has quit [Ping timeout: 260 seconds]
lele has quit [Ping timeout: 260 seconds]
zapata has quit [Ping timeout: 260 seconds]
jokke has quit [Ping timeout: 260 seconds]
SuperTux88 has quit [Ping timeout: 260 seconds]
ELLIOTTCABLE has quit [Ping timeout: 260 seconds]
tabakhase has quit [Ping timeout: 260 seconds]
monoprotic has quit [Ping timeout: 260 seconds]
edavis has quit [Ping timeout: 260 seconds]
exchgr has quit [Ping timeout: 260 seconds]
_whitelogger has quit [Ping timeout: 260 seconds]
humd1ng3r has quit [Ping timeout: 260 seconds]
bathtub_shark has quit [Ping timeout: 260 seconds]
eggoez has quit [Ping timeout: 260 seconds]
llua has quit [Ping timeout: 260 seconds]
jolamb has quit [Ping timeout: 260 seconds]
shevy has quit [Ping timeout: 260 seconds]
fnux has quit [Ping timeout: 260 seconds]
lstanley has quit [Ping timeout: 260 seconds]
gremax has quit [Ping timeout: 260 seconds]
deavid has quit [Ping timeout: 260 seconds]
ddfreyne_ has quit [Ping timeout: 260 seconds]
contradictioned has quit [Ping timeout: 260 seconds]
Hobbyboy|BNC has quit [Ping timeout: 260 seconds]
irick_ has quit [Ping timeout: 260 seconds]
voker57 has quit [Ping timeout: 260 seconds]
crayfishx has quit [Ping timeout: 260 seconds]
DarkBushido has quit [Ping timeout: 260 seconds]
imajes has quit [Ping timeout: 260 seconds]
razer_ has quit [Ping timeout: 260 seconds]
Rasi has quit [Ping timeout: 260 seconds]
heinrich5991 has quit [Ping timeout: 260 seconds]
illusionmedic has quit [Ping timeout: 260 seconds]
Skelz0r has quit [Ping timeout: 260 seconds]
speakingcode has quit [Ping timeout: 260 seconds]
existensil has quit [Ping timeout: 260 seconds]
rgs has quit [Ping timeout: 260 seconds]
bazzy has quit [Ping timeout: 260 seconds]
prooftechnique has quit [Ping timeout: 260 seconds]
vqrs has quit [Ping timeout: 260 seconds]
M-Technic has quit [Ping timeout: 260 seconds]
epitron has quit [Ping timeout: 260 seconds]
stevenxl has quit [Ping timeout: 260 seconds]
gregf has quit [Ping timeout: 260 seconds]
genpaku has quit [Ping timeout: 260 seconds]
nano- has quit [Ping timeout: 260 seconds]
queequeg1 has quit [Ping timeout: 260 seconds]
TheBrayn has quit [Ping timeout: 260 seconds]
[ace] has quit [Ping timeout: 260 seconds]
Sp4rKy has quit [Ping timeout: 260 seconds]
nisstyre has quit [Ping timeout: 260 seconds]
krasnus has quit [Ping timeout: 260 seconds]
DefV has quit [Ping timeout: 260 seconds]
mrgrieves has quit [Remote host closed the connection]
connor_goodwolf has quit [Remote host closed the connection]
CloCkWeRX has quit [Ping timeout: 260 seconds]
blackgoat has quit [Ping timeout: 260 seconds]
tatsuo has quit [Ping timeout: 260 seconds]
nano-_ is now known as nano-
LoganG_ is now known as LoganG
speaking1ode has joined #ruby
Sp4rKy_ has joined #ruby
tabakhase__ has joined #ruby
genpaku_ is now known as genpaku
humd1ng3r has joined #ruby
mrgrieves has joined #ruby
imajes has joined #ruby
jolamb_ has joined #ruby
eljimador has joined #ruby
bazzy has joined #ruby
DarkBushido has joined #ruby
DarkBushido has quit [Changing host]
DarkBushido has joined #ruby
existensil has joined #ruby
irick has joined #ruby
ELLIOTTCABLE_ has joined #ruby
eggoez has joined #ruby
Lord_of_- has joined #ruby
chrismytton_ is now known as chrismytton
pelegreno_ has joined #ruby
adgtl has joined #ruby
duckpuppy has quit [Ping timeout: 276 seconds]
lele has joined #ruby
Arcaire has joined #ruby
Madplatypus_ is now known as Madplatypus
llua has joined #ruby
hahuang65 has joined #ruby
nisstyre has joined #ruby
SegFaultAX has joined #ruby
heinrich5991 has joined #ruby
Liam` has joined #ruby
nankyokusei has quit [Remote host closed the connection]
Skelz0r has joined #ruby
spudowiar has quit [Ping timeout: 250 seconds]
fnux has joined #ruby
JStoker has joined #ruby
connor_goodwolf has joined #ruby
ICantCook has quit [Quit: bye]
banister has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
exchgr has joined #ruby
yasu___ has joined #ruby
agentmeerkat has quit [Ping timeout: 260 seconds]
pelegreno has quit [Ping timeout: 260 seconds]
danieli_ has quit [Ping timeout: 260 seconds]
yasu__ has quit [Ping timeout: 260 seconds]
mrgrieves has quit [Remote host closed the connection]
epitron has joined #ruby
epitron has quit [Changing host]
epitron has joined #ruby
Nanuq has joined #ruby
mrgrieves has joined #ruby
gregf has joined #ruby
danieli has joined #ruby
shevy has joined #ruby
cajone has joined #ruby
kapowaz has joined #ruby
Rasi has joined #ruby
digitalfiz has joined #ruby
lipoqil has joined #ruby
blaxter has joined #ruby
jokke has joined #ruby
ddfreyne_ has joined #ruby
zapata has joined #ruby
knowtheory has joined #ruby
moss has joined #ruby
illusionmedic has joined #ruby
hahuang65 has quit [Ping timeout: 240 seconds]
vjacob has quit [Ping timeout: 260 seconds]
dellavg has joined #ruby
CloCkWeRX has joined #ruby
ICantCook has joined #ruby
nerium has joined #ruby
nerium has quit [Client Quit]
spudowiar has joined #ruby
gremax has joined #ruby
banister has joined #ruby
crayfishx has joined #ruby
araujo has joined #ruby
ohcibi_ has quit [Remote host closed the connection]
Azure|dc has joined #ruby
_aeris_ has quit [Remote host closed the connection]
_aeris_ has joined #ruby
Azure has quit [Ping timeout: 276 seconds]
toretore has joined #ruby
TheBrayn has joined #ruby
jerematic has joined #ruby
davedev24 has joined #ruby
ohcibi has joined #ruby
sepp2k has joined #ruby
CJKinni has joined #ruby
jerematic has quit [Ping timeout: 246 seconds]
Azure|dc has quit [Remote host closed the connection]
danieli has quit [Changing host]
danieli has joined #ruby
maletor3 has joined #ruby
CJKinni has quit [Ping timeout: 250 seconds]
maletor3 has quit [Ping timeout: 260 seconds]
CloCkWeRX has left #ruby [#ruby]
c355e3b has joined #ruby
crdpink2 has joined #ruby
hahuang65 has joined #ruby
crdpink has quit [Ping timeout: 260 seconds]
millerti has joined #ruby
marr has quit [Ping timeout: 258 seconds]
banister has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
heyimwill has joined #ruby
nemesit|znc has joined #ruby
symm- has quit [Quit: Leaving...]
drPoggs has joined #ruby
kareeoleez has joined #ruby
allcentury has joined #ruby
soahccc has joined #ruby
hanmac has quit [Ping timeout: 258 seconds]
Hobbyboy|BNC has joined #ruby
bauruine has joined #ruby
hahuang65 has quit [Ping timeout: 260 seconds]
SuperTux88 has joined #ruby
<jokke> how can i perform a blocking gets on a fifo?
kareeoleez has quit [Ping timeout: 264 seconds]
<jhass> it is blocking?
Hyuk has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
gheegh has joined #ruby
duckpuppy has joined #ruby
d0lph1n98 has joined #ruby
arif__ has joined #ruby
<jokke> jhass: no
<jhass> stdlib gets is
<jhass> perhaps yours is overriden
<arif__> how would i go about replacing multiple characters in a string using .tr?
<arif__> for instance, i want to replace all "a" and "b" from a string with a hyphen
<jokke> jhass: hmmm it indeed is
<jhass> arif__: .tr("ab", "-")
<arif__> thanks!
krasnus has joined #ruby
duckpuppy has quit [Ping timeout: 260 seconds]
<jokke> jhass: but there's another problem
<jokke> try running this
<jokke> and then echo something to the fifo
arif__ has quit [Client Quit]
<jokke> and check htop
hanmac has joined #ruby
<jokke> ah
<jokke> so it's not blocking
<jokke> because print nil doesn't do anything
<jhass> mmh, perhaps a fifo is special after all
<jokke> yeah because there's no EOF
Mia has joined #ruby
Mia has quit [Changing host]
Mia has joined #ruby
Es0teric has quit [Quit: Computer has gone to sleep.]
Mon_Ouie has quit [Ping timeout: 264 seconds]
d0lph1n98 has quit [Ping timeout: 240 seconds]
xcesariox has joined #ruby
ponga has joined #ruby
symm- has joined #ruby
zapata has quit [Ping timeout: 260 seconds]
shevy has quit [Ping timeout: 260 seconds]
Nanuq has quit [Ping timeout: 260 seconds]
xcesariox has quit [Client Quit]
shevy has joined #ruby
Nanuq has joined #ruby
zapata has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
sdothum has joined #ruby
Hyuk has joined #ruby
charliesome has joined #ruby
karmatr0n has joined #ruby
davedev24 has quit [Remote host closed the connection]
hahuang65 has joined #ruby
d0lph1n98 has joined #ruby
Mon_Ouie has joined #ruby
karmatr0n has quit [Ping timeout: 276 seconds]
helpa has quit [Remote host closed the connection]
helpa-bot has joined #ruby
helpa-bot has quit [Changing host]
helpa-bot has joined #ruby
lupine has quit [Ping timeout: 260 seconds]
arif__ has joined #ruby
moredhel has quit [Excess Flood]
moredhel has joined #ruby
solocshaw has joined #ruby
helpa-bot has quit [Remote host closed the connection]
helpa has joined #ruby
<arif__> how can i selectively delete occurrences of a particular word from a string?
<arif__> for example
<arif__> str = "the quick the brown the fox jumped over the lazy dog"
<arif__> here, i'd like to do two things
<arif__> 1. delete only the third "the"
<arif__> 2. delete every third "the"
CJKinni has joined #ruby
ensyde has joined #ruby
hahuang65 has quit [Ping timeout: 264 seconds]
<arif__> anyone?
maletor3 has joined #ruby
CJKinni has quit [Ping timeout: 240 seconds]
lupine has joined #ruby
nofxx has quit [Ping timeout: 252 seconds]
ledestin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
maletor3 has quit [Ping timeout: 264 seconds]
agit0 has joined #ruby
Madplatypus has quit [Quit: Connection closed for inactivity]
c0mrad3 has joined #ruby
millerti has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<jhass> arif__: maybe there's an easier pattern in your real values
millerti has joined #ruby
lxsameer has quit [Ping timeout: 264 seconds]
watersoul has quit [Remote host closed the connection]
<arif__> jhass: this is just an example sentence
<arif__> jhass: what i want to know is if i can delete nth character from a string
<arif__> jhass: is there a way to do that?
<jhass> ?xy
<jhass> is my point
* jhass slaps ruby[bot]
<ruby[bot]> it seems like you are asking for a specific solution to a problem, instead of asking about your problem. This often leads to bad solutions and increases frustration for you and those trying to help you. More: http://meta.stackexchange.com/a/66378
<arif__> well then :/
<apeiros> arif__: yes you can, no there's no built-in method to do it without any additional effort
<apeiros> easiest would probably be to use gsub with a block
CJKinni has joined #ruby
<apeiros> but I concur with jhass - this smells of xy
bathtub_shark has joined #ruby
<domgetter> arif__ so you'd want "a the b the c the d the e the f the g the h the i the j the k" to become "a the b the c d the e the f g the h the i j the k" ?
watersoul has joined #ruby
Caerus is now known as Caerus|Away
<arif__> sorry guys, i'm new to this and i had no idea what xy was prior to this day
<arif__> domgetter: yes that's exactly what i'm trying to do
Vingador has joined #ruby
allcentury has quit [Ping timeout: 272 seconds]
aryaching has joined #ruby
duckpuppy has joined #ruby
m_antis has joined #ruby
mdw_ has joined #ruby
chipotle has quit [Quit: cheerio]
m_antis has quit [Remote host closed the connection]
mdw has quit [Ping timeout: 258 seconds]
chipotle has joined #ruby
arif__ has quit [Ping timeout: 250 seconds]
miqlas-H has joined #ruby
lxsameer has joined #ruby
lupine has quit [Ping timeout: 260 seconds]
haraigo has joined #ruby
duckpuppy has quit [Ping timeout: 276 seconds]
crystal77 has joined #ruby
nankyokusei has joined #ruby
dionysus69 has quit [Remote host closed the connection]
dionysus69 has joined #ruby
haraigo has quit [Ping timeout: 272 seconds]
ta_ has joined #ruby
nankyokusei has quit [Ping timeout: 276 seconds]
araujo_ has joined #ruby
hahuang65 has joined #ruby
beilabs has joined #ruby
araujo_ has quit [Max SendQ exceeded]
JJM has joined #ruby
araujo_ has joined #ruby
crystal77 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
blackgoat_ has quit [Quit: WeeChat 1.5]
araujo has quit [Ping timeout: 244 seconds]
thejamespinto has joined #ruby
davedev24 has joined #ruby
<shevy> my head aches after domgetter's statement
LoneHermit has joined #ruby
araujo_ has quit [Max SendQ exceeded]
Pumukel has joined #ruby
<shevy> what is with those "ask-a-question-then-insta-quit" :)
<domgetter> I was gonna help them, but they ran off...
araujo_ has joined #ruby
CJKinni has quit [Ping timeout: 246 seconds]
beilabs has quit [Ping timeout: 246 seconds]
araujo_ has quit [Max SendQ exceeded]
araujo_ has joined #ruby
Pumukel has quit [Remote host closed the connection]
nankyokusei has joined #ruby
tudor123 has joined #ruby
araujo_ has quit [Max SendQ exceeded]
nankyokusei has quit [Read error: Connection reset by peer]
<tudor123> Hello, I have a question. How can I check the proxy type if it is http/s or socks4/5 with net/http ?
nankyokusei has joined #ruby
LoneHermit has quit [Ping timeout: 250 seconds]
valkyr1e has quit [Quit: Bye.]
araujo_ has joined #ruby
weemsledeux has joined #ruby
allcentury has joined #ruby
araujo_ has quit [Max SendQ exceeded]
valkyr1e has joined #ruby
vjacob has joined #ruby
araujo_ has joined #ruby
araujo_ has quit [Max SendQ exceeded]
tudor123 is now known as l1meon
hahuang65 has quit [Ping timeout: 250 seconds]
araujo_ has joined #ruby
hahuang65 has joined #ruby
allcentury has quit [Ping timeout: 260 seconds]
qasaur has joined #ruby
araujo_ has quit [Max SendQ exceeded]
<jhass> does net/http even support a socks proxy? I don't think so
scepticulous has quit [Ping timeout: 240 seconds]
<jhass> also check in what situation?
araujo_ has joined #ruby
araujo_ has quit [Max SendQ exceeded]
crystal77 has joined #ruby
araujo_ has joined #ruby
araujo_ has quit [Max SendQ exceeded]
symm- has quit [Ping timeout: 258 seconds]
araujo_ has joined #ruby
araujo_ has quit [Max SendQ exceeded]
jerematic has joined #ruby
araujo_ has joined #ruby
araujo_ has quit [Max SendQ exceeded]
araujo_ has joined #ruby
araujo_ has quit [Max SendQ exceeded]
jerematic has quit [Ping timeout: 252 seconds]
Hyuk has quit [Quit: Textual IRC Client: www.textualapp.com]
araujo_ has joined #ruby
biberu has joined #ruby
araujo_ has quit [Max SendQ exceeded]
maletor3 has joined #ruby
araujo_ has joined #ruby
Yiota has joined #ruby
scepticulous has joined #ruby
crystal77 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
araujo_ has quit [Max SendQ exceeded]
banister has joined #ruby
araujo_ has joined #ruby
howdoi has joined #ruby
hahuang65 has quit [Ping timeout: 240 seconds]
maletor3 has quit [Ping timeout: 240 seconds]
lupine has joined #ruby
scepticulous has quit [Ping timeout: 250 seconds]
crystal77 has joined #ruby
kareeoleez has joined #ruby
aryaching has quit [Ping timeout: 246 seconds]
Vingador has quit [Ping timeout: 250 seconds]
aryaching has joined #ruby
Yiota has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
vjacob has quit [Remote host closed the connection]
Ishido has quit [Read error: Connection reset by peer]
vjacob has joined #ruby
kareeoleez has quit [Ping timeout: 272 seconds]
ayonkhan has joined #ruby
davedev24 has quit [Remote host closed the connection]
zapata has quit [Ping timeout: 260 seconds]
Guest63 has joined #ruby
duoi has quit [Ping timeout: 272 seconds]
hutch34 has joined #ruby
duoi has joined #ruby
magikid has joined #ruby
zapata has joined #ruby
dmr8 has joined #ruby
davedev24 has joined #ruby
Vingador has joined #ruby
Yiota has joined #ruby
Guest63 has quit [Ping timeout: 260 seconds]
crystal77 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
terlar has joined #ruby
lxsameer has quit [Quit: WeeChat 1.5]
banister has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
banister has joined #ruby
CJKinni has joined #ruby
ayonkhan has quit [Ping timeout: 244 seconds]
hahuang65 has joined #ruby
codecop has joined #ruby
CJKinni has quit [Ping timeout: 240 seconds]
jaruga___ has joined #ruby
allcentury has joined #ruby
diegoaguilar has quit [Ping timeout: 260 seconds]
hahuang65 has quit [Ping timeout: 244 seconds]
acidrainfall is now known as croberts
allcentury has quit [Ping timeout: 250 seconds]
TomyLobo has quit [Read error: Connection reset by peer]
vjacob has quit [Ping timeout: 240 seconds]
TomyLobo has joined #ruby
aryaching has quit []
duoi has quit [Ping timeout: 272 seconds]
solocshaw has quit [Read error: Connection reset by peer]
solocshaw has joined #ruby
sphex has quit [Ping timeout: 260 seconds]
duoi has joined #ruby
dmr8 has quit [Ping timeout: 252 seconds]
dmr8 has joined #ruby
aries_liuxueyang has quit [Ping timeout: 244 seconds]
giz|work|2 has joined #ruby
sphex has joined #ruby
aries_liuxueyang has joined #ruby
allcentury has joined #ruby
djbkd has joined #ruby
maletor3 has joined #ruby
moeabdol has quit [Ping timeout: 246 seconds]
giz|work|2 has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
allcentury has quit [Ping timeout: 276 seconds]
maletor3 has quit [Ping timeout: 276 seconds]
kareeoleez has joined #ruby
terlar has quit [Ping timeout: 250 seconds]
dmr8 has left #ruby ["Leaving"]
_aeris_ has left #ruby ["Konversation terminated!"]
kareeoleez has quit [Remote host closed the connection]
hahuang65 has joined #ruby
dumdedum has joined #ruby
duckpuppy has joined #ruby
jaruga___ has quit [Ping timeout: 250 seconds]
haxrbyte has joined #ruby
jaruga___ has joined #ruby
dumdedum has quit [Client Quit]
jaruga___ has quit [Client Quit]
duckpuppy has quit [Ping timeout: 250 seconds]
Ishido has joined #ruby
lupine has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
hahuang65 has quit [Ping timeout: 260 seconds]
<kspencer> ok i'm trying to loop through a hash and check each keys value, with each value if the value is 1 then i want to change the value to true, anything else, make it false, but i seem to be drawing a blank
haxrbyte has quit [Remote host closed the connection]
spider-mario has quit [Remote host closed the connection]
haxrbyte has joined #ruby
ayonkhan has joined #ruby
ayonkhan has quit [Client Quit]
<jhass> hash.each do |k, v| hash[k] = true if v == 1 end
dionysus69 has quit [Ping timeout: 240 seconds]
<al2o3-cr> h.each { |k, v| v == 1 ? h[k] = true : h[k] = false }
mdw_ has quit [Quit: Sleeping Zzzzz]
<al2o3-cr> oops to late
<jhass> I dislike ternary for control flow
<al2o3-cr> yeah, agree
<jhass> and if a non-1 should indeed become false, just h[k] == (v == 1)
<al2o3-cr> is a bit meh
<jhass> eh, single first =
<kspencer> alright thank you
dionysus69 has joined #ruby
CJKinni has joined #ruby
tjohnson has joined #ruby
Alazoral has joined #ruby
haxrbyte has quit [Remote host closed the connection]
CJKinni has quit [Ping timeout: 244 seconds]
codecop has quit [Remote host closed the connection]
<kspencer> if i want it to ignore a key's value, use continue correct?
<al2o3-cr> kspencer: next, yeah
<kspencer> thanks
haxrbyte has joined #ruby
tatsuo_ has quit [Remote host closed the connection]
houhoulis has joined #ruby
diegoviola has joined #ruby
davedev2_ has joined #ruby
banister has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
haxrbyte has quit [Remote host closed the connection]
haxrbyte has joined #ruby
nando293921 has joined #ruby
<kspencer> ok works just how i want it to now
nando293921 has quit [Client Quit]
davedev24 has quit [Ping timeout: 250 seconds]
nando293921 has joined #ruby
banister has joined #ruby
Yuri4_ has joined #ruby
<Yuri4_> n
<Yuri4_> i
<Yuri4_> g
<Yuri4_> a
<arkore> no
<shevy> lol
hightower2 has joined #ruby
lupine has joined #ruby
<Yuri4_> this is 1 out of 3 channels I didn't get banned from for saying that
<shevy> no
diegoviola has quit [Quit: WeeChat 1.5]
jerematic has joined #ruby
workmad3 has quit [Ping timeout: 264 seconds]
diegoaguilar has joined #ruby
hahuang65 has joined #ruby
[ace]_ has quit [Quit: leaving]
Stazer has joined #ruby
miqlas-H has quit [Quit: Vision[0.9.7-H-20140108]: i've been blurred!]
jerematic has quit [Ping timeout: 276 seconds]
allcentury has joined #ruby
Soraroxasxion has joined #ruby
<Soraroxasxion> Hello.
maletor3 has joined #ruby
magikid has quit [Quit: Leaving.]
<jhass> !troll Yuri4_ count again
<ruby[bot]> jhass: Could not process command, usage: !troll nick [channel]
<jhass> meh
<jhass> !troll Yuri4_
Yuri4_ was kicked from #ruby by ruby[bot] [trolling is a bannable offense, see http://ruby-community.com/pages/user_rules]
<Soraroxasxion> ?
<Soraroxasxion> Did I miss something?
<jhass> not about you, welcome ;)
<Soraroxasxion> Mk.
<jhass> anything we can help you with?
<Soraroxasxion> Having trouble with one of my scripts :/ need to get the error to pop up again really quickly to make sure it isn't a one off thing.
<jhass> arkore: shevy please just !ops on such stuff, thanks ;)
allcentury has quit [Ping timeout: 276 seconds]
maletor3 has quit [Ping timeout: 260 seconds]
<Soraroxasxion> How do I open the debug console?
hahuang65 has quit [Ping timeout: 246 seconds]
<jhass> ?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
zotherstupidguy has joined #ruby
noodle has quit [Ping timeout: 250 seconds]
haxrbyte has quit [Remote host closed the connection]
arlek has joined #ruby
zotherstupidguy has quit [Ping timeout: 258 seconds]
zotherstupidguy has joined #ruby
Alazoral has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<Soraroxasxion> So it tells, me Script 'Item Effects' Line 213:NoMethod Error occurred. see debug console for more info (https://gist.github.com/anonymous/e4cfcca44ee8dc2f60c23290f8ba5ede)
<jhass> That's not any standard Ruby error message
moeabdol has joined #ruby
mdw has joined #ruby
<Soraroxasxion> It's a script for rpg maker vx ace, the original author has not been online for, a couple years, they had made a pack where you just move the scripts and resources to a new script, would it be better to seek help elsewhere, If so, sorry for bothering you.
Ranoppinsky has joined #ruby
<jhass> no worries
<Soraroxasxion> Would it be better to seek help elsewhere?
<jhass> doesn't look like freenode has a specific channel
<Soraroxasxion> okay, thanks for the help.I'll try that.
stevenxl_ is now known as steenxl
steenxl is now known as stevenxl
stevenxl has quit [Changing host]
stevenxl has joined #ruby
tildes_ has joined #ruby
Soraroxasxion has quit [Quit: Page closed]
lupine has quit [Read error: Connection reset by peer]
Ranoppinsky has quit []
Ranoppinsky has joined #ruby
duoi has quit [Ping timeout: 272 seconds]
lupine has joined #ruby
duoi has joined #ruby
Ranoppinsky has quit [Client Quit]
Ranoppinsky has joined #ruby
banister has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
darkxploit has quit [Ping timeout: 276 seconds]
l1meon has quit [Quit: Konversation terminated!]
Nahra has quit [Remote host closed the connection]
tsou has joined #ruby
CJKinni has joined #ruby
hightower2 has quit [Remote host closed the connection]
dostoyevsky has quit [Quit: leaving]
CJKinni has quit [Ping timeout: 260 seconds]
LoneHerm_ has joined #ruby
pilne has joined #ruby
jaguarmagenta has joined #ruby
allcentury has joined #ruby
darkxploit has joined #ruby
beilabs has joined #ruby
jaguarma_ has quit [Ping timeout: 272 seconds]
domgetter has quit [Ping timeout: 264 seconds]
reflux has quit [Ping timeout: 252 seconds]
allcentury has quit [Ping timeout: 244 seconds]
arlek has quit [Ping timeout: 244 seconds]
the_drow has quit [Quit: This computer has gone to sleep]
fedruantine has joined #ruby
kgrz has joined #ruby
N1njturt1e has joined #ruby
arlek has joined #ruby
ElFerna has joined #ruby
sepp2k1 has joined #ruby
jerematic has joined #ruby
minimalism has joined #ruby
sepp2k has quit [Ping timeout: 240 seconds]
hutch34 has quit [Ping timeout: 244 seconds]
banister has joined #ruby
Nahra has joined #ruby
moeabdol1 has joined #ruby
sumobob has joined #ruby
moeabdol has quit [Ping timeout: 246 seconds]
jerematic has quit [Ping timeout: 260 seconds]
terlar has joined #ruby
banister has quit [Client Quit]
ElFerna has quit [Ping timeout: 246 seconds]
arlek has quit [Ping timeout: 244 seconds]
fenre has joined #ruby
maletor3 has joined #ruby
davedev2_ has quit [Ping timeout: 250 seconds]
symm- has joined #ruby
davedev24 has joined #ruby
arlek has joined #ruby
Cohedrin has joined #ruby
ElFerna has joined #ruby
CJKinni has joined #ruby
banister has joined #ruby
maletor3 has quit [Ping timeout: 240 seconds]
banister has quit [Client Quit]
flashpoint9 has joined #ruby
davedev2_ has joined #ruby
[ace] has joined #ruby
N1njturt1e has quit [Remote host closed the connection]
davedev24 has quit [Ping timeout: 250 seconds]
Ishido has quit [Quit: Roads? Where We're Going We Don't Need Roads.]
ishe_ua has quit [Remote host closed the connection]
ramfjord has joined #ruby
limelacroix has quit [Remote host closed the connection]
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
duckpuppy has joined #ruby
duoi has quit [Ping timeout: 272 seconds]
d0lph1n98 has quit [Ping timeout: 244 seconds]
duoi has joined #ruby
pawnbox has quit [Remote host closed the connection]
N1njturt1e has joined #ruby
N1njturt1e has quit [Remote host closed the connection]
jaguarmagenta has quit [Remote host closed the connection]
fenre has quit [Remote host closed the connection]
duckpuppy has quit [Ping timeout: 250 seconds]
darkxploit has quit [Ping timeout: 276 seconds]
jaguarmagenta has joined #ruby
jaguarmagenta has quit [Remote host closed the connection]
pawnbox has joined #ruby
ElFerna has quit [Ping timeout: 240 seconds]
weaksauce has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
statelesscode has joined #ruby
N1njturt1e has joined #ruby
banister has joined #ruby
N1njturt1e has quit [Remote host closed the connection]
N1njturt1e has joined #ruby
djbkd has quit [Remote host closed the connection]
nanoz has joined #ruby
nanoz has quit [Changing host]
nanoz has joined #ruby
mdw has quit [Quit: Sleeping Zzzzz]
ramfjord has quit [Ping timeout: 240 seconds]
darkxploit has joined #ruby
rippa has joined #ruby
Ranoppoletto has joined #ruby
mdw has joined #ruby
Ranoppinsky has quit [Ping timeout: 264 seconds]
flashpoint9 has quit [Remote host closed the connection]
mdw_ has joined #ruby
Mon_Ouie has quit [Ping timeout: 272 seconds]
allcentury has joined #ruby
mdw has quit [Ping timeout: 250 seconds]
ElFerna has joined #ruby
cd83x has quit []
ramfjord has joined #ruby
solocshaw has quit [Read error: Connection reset by peer]
allcentury has quit [Ping timeout: 240 seconds]
sumobob has quit [Ping timeout: 240 seconds]
solocshaw1 has joined #ruby
weaksauce has joined #ruby
mdw has joined #ruby
mdw_ has quit [Ping timeout: 276 seconds]
solocshaw1 is now known as solocshaw
banister has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
banister has joined #ruby
the_drow has joined #ruby
DaniG2k has joined #ruby
Mon_Ouie has joined #ruby
wolffles has joined #ruby
CJKinni has quit [Ping timeout: 240 seconds]
the_drow has quit [Read error: Connection reset by peer]
illusionmedic has left #ruby [#ruby]
the_drow has joined #ruby
LoneHerm_ has quit [Remote host closed the connection]
maletor3 has joined #ruby
nando293921 has quit [Ping timeout: 272 seconds]
maletor3 has quit [Ping timeout: 244 seconds]
zapata has quit [Quit: WeeChat 1.5]
DaniG2k has quit [Quit: leaving]
mdw_ has joined #ruby
mdw_ has quit [Max SendQ exceeded]
mdw_ has joined #ruby
the_drow has quit [Read error: Connection reset by peer]
mdw has quit [Ping timeout: 240 seconds]
N1njturt1e has quit [Remote host closed the connection]
sumobob has joined #ruby
LoneHermit has joined #ruby
Dimik has joined #ruby
banister has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
shinnya has quit [Ping timeout: 246 seconds]
the_drow has joined #ruby
fckyoufreenode has joined #ruby
Dimik has quit [Ping timeout: 244 seconds]
houhoulis has quit []
zeroDi has joined #ruby
Yzguy has joined #ruby
LoneHermit has quit [Remote host closed the connection]
goodroot has joined #ruby
ramfjord has quit [Ping timeout: 250 seconds]
houhoulis has joined #ruby
codecop has joined #ruby
Yzguy has quit [Client Quit]
Yzguy has joined #ruby
djbkd has joined #ruby
N1njturt1e has joined #ruby
N1njturt_ has joined #ruby
PlasmaStar has quit [Ping timeout: 272 seconds]
crystal77 has joined #ruby
djbkd has quit [Ping timeout: 252 seconds]
N1njturt1e has quit [Ping timeout: 250 seconds]
last_staff has joined #ruby
sumobob has quit [Ping timeout: 260 seconds]
PlasmaStar has joined #ruby
crystal77 has quit [Ping timeout: 252 seconds]
mleung has joined #ruby
rkazak has joined #ruby
pilne has quit [Quit: Quitting!]
mleung has quit [Client Quit]
youch has joined #ruby
Bish has quit [Ping timeout: 264 seconds]
Yzguy has quit [Quit: Zzz...]
noodle has joined #ruby
LoneHerm_ has joined #ruby
crystal77 has joined #ruby
kgrz has quit [Ping timeout: 250 seconds]
Yzguy has joined #ruby
kraken has joined #ruby
kraken is now known as kraken_
<kraken_> is there a string method for identifying whether a string contains a regex?
<shevy> how would you identify a string that has a regex?
<kraken_> a = "apple"
<soud> with regex!
<kraken_> I want to check whether or not a contains p, l, or e
mdw_ has quit [Quit: Sleeping Zzzzz]
Bish has joined #ruby
aryaching has joined #ruby
aryaching has quit [Client Quit]
Vingador has quit [Remote host closed the connection]
<soud> a =~ /[ple]/
Yzguy has quit [Client Quit]
<shevy> :)
the_drow has quit [Read error: Connection reset by peer]
<kraken_> Hm I never knew about the =~ method
CJKinni has joined #ruby
N1njturt_ has quit [Remote host closed the connection]
diegoaguilar has quit [Remote host closed the connection]
<shevy> I once wanted to have a method on class String to find out whether the string has only numbers
<soud> it's an operator
the_drow has joined #ruby
<kraken_> ohhh it returns the index and nil if it's not in there
<kraken_> perfect
<kraken_> I love it
the_drow has quit [Max SendQ exceeded]
mdw has joined #ruby
the_drow has joined #ruby
qasaur has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<jhass> kraken_: you can also just String#match or even String#[]
<jhass> >> "apple"[/[ple]/]
<ruby[bot]> jhass: # => "p" (https://eval.in/583639)
<jhass> >> "banana"[/[ple]/]
<ruby[bot]> jhass: # => nil (https://eval.in/583640)
<kraken_> i see
pepee has joined #ruby
fckyoufreenode has quit []
Dimik has joined #ruby
CJKinni has quit [Ping timeout: 260 seconds]
multi_io has quit [Ping timeout: 258 seconds]
Xentil has joined #ruby
Suntzu has joined #ruby
multi_io has joined #ruby
kraken_ has quit [Quit: Leaving]
wldcordeiro has quit [Quit: WeeChat 1.4]
hk238 has quit [Quit: http://www.kvirc.net/ 4.9.1 Aria]
maletor3 has joined #ruby
Yzguy has joined #ruby
maletor3 has quit [Ping timeout: 244 seconds]
the_drow has quit [Read error: Connection reset by peer]
Es0teric has joined #ruby
Es0teric has quit [Max SendQ exceeded]
the_drow has joined #ruby
Es0teric has joined #ruby
Es0teric has quit [Max SendQ exceeded]
the_drow has quit [Max SendQ exceeded]
arlek has quit [Read error: Connection reset by peer]
Es0teric has joined #ruby
Es0teric has quit [Max SendQ exceeded]
the_drow has joined #ruby
crystal77 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Es0teric has joined #ruby
crystal77 has joined #ruby
diprotic is now known as monoprotic
crystal77 has quit [Client Quit]
speakingcode has joined #ruby
howdoi has quit [Quit: Connection closed for inactivity]
nankyokusei has quit [Remote host closed the connection]
pawnbox has quit [Remote host closed the connection]
arlek has joined #ruby
pawnbox has joined #ruby
duckpuppy has joined #ruby
codecop has quit [Remote host closed the connection]
the_drow_ has joined #ruby
the_drow has quit [Ping timeout: 240 seconds]
blackmesa has joined #ruby
duckpuppy has quit [Ping timeout: 244 seconds]
crystal77 has joined #ruby
Es0teric has quit [Quit: Computer has gone to sleep.]
fedruantine has quit [Quit: ZNC 1.7.x-nightly-20160225-9b31a077 - http://znc.in]
gremax has quit [Ping timeout: 264 seconds]
dellavg has quit [Ping timeout: 264 seconds]
djbkd has joined #ruby
dellavg has joined #ruby
A124 has quit [Quit: '']
gremax has joined #ruby
allcentury has joined #ruby
sumobob has joined #ruby
djbkd has quit [Ping timeout: 258 seconds]
buddhabrot has quit [Ping timeout: 250 seconds]
eljimmy has quit [Quit: Leaving]
eljimmy has joined #ruby
A124 has joined #ruby
spider-mario has joined #ruby
speakingcode has quit [Ping timeout: 260 seconds]
kgrz has joined #ruby
davedev2_ has quit []
araujo__ has joined #ruby
rkazak has quit [Quit: Sleep.....ing....]
drale2k has quit [Ping timeout: 240 seconds]
kus has joined #ruby
kus has quit [Max SendQ exceeded]
the_drow_ has quit [Read error: Connection reset by peer]
araujo_ has quit [Ping timeout: 252 seconds]
drale2k has joined #ruby
kgrz has quit [Ping timeout: 250 seconds]
the_drow has joined #ruby
N1njturt1e has joined #ruby
yebyen has quit [Quit: got to jet/part]
CJKinni has joined #ruby
mwlang has quit [Quit: mwlang]
jerematic has joined #ruby
the_drow has quit [Read error: Connection reset by peer]
lightt has joined #ruby
the_drow has joined #ruby
tildes_ has quit [Ping timeout: 272 seconds]
weemsledeux has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
DylanJ has quit [Quit: ggwp]
CJKinni has quit [Ping timeout: 272 seconds]
jerematic has quit [Ping timeout: 240 seconds]
gremax has quit [Ping timeout: 264 seconds]
dellavg has quit [Ping timeout: 264 seconds]
DylanJ has joined #ruby
maletor3 has joined #ruby
kareeoleez has joined #ruby
crystal77 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Madplatypus has joined #ruby
sumobob has quit [Ping timeout: 250 seconds]
gremax has joined #ruby
dellavg has joined #ruby
maletor3 has quit [Ping timeout: 272 seconds]
Rodya_ has joined #ruby
beilabs has quit [Remote host closed the connection]
drale2k has quit [Excess Flood]
drale2k has joined #ruby
lightt has quit [Quit: Bye]
karmatr0n has joined #ruby
lightt has joined #ruby
Rodya_ has quit [Ping timeout: 250 seconds]
UserInNeed has quit [Ping timeout: 264 seconds]
ElFerna has quit [Ping timeout: 240 seconds]
ponga has quit [Quit: Connection closed for inactivity]
scottschecter has quit [Remote host closed the connection]
scottschecter has joined #ruby
karmatr0n has quit [Ping timeout: 246 seconds]
UserInNeed has joined #ruby
the_drow has quit [Read error: Connection reset by peer]
Rodya_ has joined #ruby
qasaur has joined #ruby
the_drow has joined #ruby
davedev24 has joined #ruby
twistedpixels_ is now known as twistedpixels
binaryplease1 has joined #ruby
dionysus69 has quit [Remote host closed the connection]
maloik has quit [Remote host closed the connection]
maloik has joined #ruby
dionysus69 has joined #ruby
CJKinni has joined #ruby
Yiota has quit [Ping timeout: 246 seconds]
crystal77 has joined #ruby
binaryplease has quit [Ping timeout: 244 seconds]
yqt has joined #ruby
crystal77 has quit [Client Quit]
Yiota has joined #ruby
Respek has joined #ruby
zotherstupidguy has quit [Ping timeout: 244 seconds]
bqscott has joined #ruby
sarcas has joined #ruby
sdothum has quit [Quit: ZNC - 1.6.0 - http://znc.in]
crystal77 has joined #ruby
gooodroot has joined #ruby
djbkd has joined #ruby
binaryplease1 is now known as binaryplease
sdothum has joined #ruby
lightt has quit [Remote host closed the connection]
goodroot has quit [Ping timeout: 260 seconds]
n1x-nz has joined #ruby
wolffles has quit [Quit: wolffles]
DylanJ has quit [Quit: ggwp]
djbkd has quit [Ping timeout: 252 seconds]
CJKinni has quit [Ping timeout: 250 seconds]
flashpoint9 has joined #ruby
the_drow has quit [Read error: Connection reset by peer]
the_drow has joined #ruby
N1njturt1e has quit [Remote host closed the connection]
ips|malc has joined #ruby
weemsledeux has joined #ruby
LoneHerm_ has quit [Remote host closed the connection]
flashpoint9 has quit [Ping timeout: 264 seconds]
nadir has quit [Quit: Connection closed for inactivity]
kgrz has joined #ruby
ips|malc has quit [Client Quit]
eljimmy has quit [Quit: This computer has gone to sleep]
banister has joined #ruby
N1njturt1e has joined #ruby
lightt has joined #ruby
kgrz has quit [Ping timeout: 244 seconds]
workmad3 has joined #ruby
ElFerna has joined #ruby
webnanners has quit [Changing host]
webnanners has joined #ruby
domgetter has joined #ruby
Yzguy has quit [Read error: Connection reset by peer]
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
marr has joined #ruby
lightt has quit [Remote host closed the connection]
the_drow has quit [Read error: Connection reset by peer]
crystal77 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
the_drow has joined #ruby
LoneHerm_ has joined #ruby
eljimmy has joined #ruby
Coldblackice has joined #ruby
LoneHerm_ has quit [Remote host closed the connection]
maletor3 has joined #ruby
webnanners has left #ruby ["See Ya!"]
Azure has joined #ruby
sergey_makagon has joined #ruby
speakingcode has joined #ruby
ElFerna has quit [Quit: Leaving]
ElFerna has joined #ruby
maletor3 has quit [Ping timeout: 250 seconds]
crystal77 has joined #ruby
pawnbox has quit [Remote host closed the connection]
Ranoppoletto has quit []
freerobby has quit [Quit: Leaving.]
freerobby has joined #ruby
freerobby has quit [Client Quit]
freerobby has joined #ruby
crystal77 has quit [Client Quit]
haraigo has joined #ruby
sergey_makagon has quit []
LastWhisper____ has joined #ruby
karmatr0n has joined #ruby
flashpoint9 has joined #ruby
flashpoint9 has quit [Remote host closed the connection]
nankyokusei has joined #ruby
techietrash has quit [Quit: Bye! <(^_^<)]
karmatr0n has quit [Ping timeout: 260 seconds]
the_drow has quit [Read error: Connection reset by peer]
techietrash has joined #ruby
<jokke> any go-to gems for system health information quering? (cpu, memory, disk usage etc)
nankyokusei has quit [Ping timeout: 264 seconds]
nankyokusei has joined #ruby
the_drow has joined #ruby
LoneHerm_ has joined #ruby
the_drow has quit [Read error: Connection reset by peer]
crystal77 has joined #ruby
the_drow has joined #ruby
terlar has quit [Ping timeout: 276 seconds]
ljames has joined #ruby
the_drow has quit [Read error: Connection reset by peer]
zapata has joined #ruby
the_drow has joined #ruby
nankyokusei has quit [Remote host closed the connection]
<domgetter> jokke are you looking for Ruby solutions or tools that people generally use? I've seen a lot of htop usage for unix systems
<jokke> domgetter: no i really mean ruby gems
the_drow has quit [Read error: Connection reset by peer]
N1njturt1e has quit [Remote host closed the connection]
<jokke> domgetter: i just want an documented api to get system health information
djbkd has joined #ruby
the_drow has joined #ruby
mdw has quit [Quit: Sleeping Zzzzz]
CJKinni has joined #ruby
N1njturt1e has joined #ruby
SCHAAP137 has quit [Ping timeout: 276 seconds]
the_drow has quit [Read error: Connection reset by peer]
elifoster has joined #ruby
the_drow has joined #ruby
LoneHerm_ has quit [Remote host closed the connection]
N1njturt1e has quit [Ping timeout: 250 seconds]
CJKinni has quit [Ping timeout: 244 seconds]
djbkd has quit [Ping timeout: 272 seconds]
haraigo has quit [Ping timeout: 272 seconds]
lightt has joined #ruby
the_drow_ has joined #ruby
the_drow has quit [Ping timeout: 240 seconds]
terlar has joined #ruby
LoneHerm_ has joined #ruby
dionysus69 has quit [Ping timeout: 264 seconds]
SCHAAP137 has joined #ruby
kgrz has joined #ruby
crystal77 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
eserror has joined #ruby
the_drow_ has quit [Read error: Connection reset by peer]
the_drow__ has joined #ruby
LastWhisper____ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
N1njturt1e has joined #ruby
kgrz has quit [Ping timeout: 244 seconds]
the_drow__ has quit [Read error: Connection reset by peer]
<shevy> like conky!
PaulCapestany has quit [Quit: .]
jerematic has joined #ruby
the_drow has joined #ruby
Vingador has joined #ruby
PaulCapestany has joined #ruby
kareeoleez has quit [Remote host closed the connection]
<shevy> jokke do you also need live-monitoring? or just one-time snapshots stats
statelesscode has quit [Ping timeout: 276 seconds]
crystal77 has joined #ruby
jerematic has quit [Ping timeout: 264 seconds]
zapata has quit [Quit: WeeChat 1.5]
maletor3 has joined #ruby
ncthom91 has joined #ruby
crystal77 has quit [Client Quit]
the_drow_ has joined #ruby
<ncthom91> Hi all. I'm trying to upgrade ruby on my system, and no matter what I do I get stuck with ruby 1.9
<ncthom91> Is ruby > 1.9 locked to mac os x > 9.5?
the_drow has quit [Ping timeout: 250 seconds]
edwardly has quit [Excess Flood]
<adaedra> no
<adaedra> what do you mean by "upgrade ruby"?
<ncthom91> get a newer version of it?
<adaedra> But how do you do it?
edwardly has joined #ruby
edwardly has quit [Changing host]
edwardly has joined #ruby
<ncthom91> via rvm
<ncthom91> i've tried `rvm get stable`
<ncthom91> `rvm get stable --auto-dotfiles`
<shevy> perhaps you also have your old ruby
<ncthom91> rvm ls only shows 1.9
<adaedra> rvm get stable updates rvm itself
<adaedra> then you have to install a ruby, e.g. rvm install 2.3.1
<ncthom91> i've also tried `gem update system`
<ncthom91> ah ok
eserror has quit [Quit: eserror]
maletor3 has quit [Ping timeout: 258 seconds]
zapata has joined #ruby
Rodya_ has quit [Remote host closed the connection]
houhoulis has quit [Remote host closed the connection]
blackmesa has quit [Ping timeout: 264 seconds]
<ncthom91> thanks!
ncthom91 has quit [Quit: Textual IRC Client: www.textualapp.com]
nofxx has joined #ruby
lalalaaa has joined #ruby
<lalalaaa> Hi! Is [/'", \s+"'/, '", "'] a valid regex for removing the whitespace in say `"@context": "http://schema.org", "@type": "WebSite"`?
<jokke> shevy: live monitoring
<jokke> shevy: funny you mention conky
<jokke> shevy: i hate it
<jokke> shevy: and i'm writing an alternative
<jokke> which is what i need the live monitoring for
statelesscode has joined #ruby
the_drow_ has quit [Read error: Connection reset by peer]
terlar has quit [Ping timeout: 244 seconds]
<lalalaaa> Nope didn't work
<shevy> hehe
lightt has quit [Quit: Bye]
the_drow has joined #ruby
the_drow has quit [Read error: Connection reset by peer]
the_drow has joined #ruby
<jhass> lalalaaa: could you show real input as a valid ruby literal and desired output?
diegoviola has joined #ruby
Es0teric has joined #ruby
k3rn31 has quit [Quit: Computer has gone to sleep.]
djbkd has joined #ruby
CJKinni has joined #ruby
weemsledeux has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
djbkd has quit [Ping timeout: 240 seconds]
weemsledeux has joined #ruby
CJKinni has quit [Ping timeout: 258 seconds]
domgetter has quit [Remote host closed the connection]
domgetter has joined #ruby
elementaru has quit [Remote host closed the connection]
duncannz has joined #ruby
danieli has quit [Ping timeout: 260 seconds]
diegoviola has quit [Quit: WeeChat 1.5]
duncannz has quit [Max SendQ exceeded]
edwardly has quit [Ping timeout: 244 seconds]
roamingdog has joined #ruby
duncannz has joined #ruby
duncannz has quit [Max SendQ exceeded]
lupine has quit [Remote host closed the connection]
duncannz has joined #ruby
marr has quit [Remote host closed the connection]
duncannz has quit [Max SendQ exceeded]
lightt has joined #ruby
duncannz has joined #ruby
kgrz has joined #ruby
lupine has joined #ruby
roamingdog has quit [Remote host closed the connection]
blaxter has quit [Read error: Connection reset by peer]
Stazer has quit [Ping timeout: 264 seconds]
roamingdog has joined #ruby
the_drow has quit [Read error: Connection reset by peer]
the_drow has joined #ruby
<lalalaaa> jhass: Well, I'm trying to minify some JSON-LD. So how do I make say:
crystal77 has joined #ruby
<lalalaaa> {"@context": "http://schema.org", "@type": "WebSite"} into { "@context": "http://schema.org", "@type": "WebSite" }? I've tried gsub[/\", \s+\"/, ", "], gsub[/"\"}"/, "\" }"] and gsub[/"\"}"/, "\" }"] but that errors out.
kgrz has quit [Ping timeout: 258 seconds]
edwardly has joined #ruby
edwardly has quit [Changing host]
edwardly has joined #ruby
ledestin has joined #ruby
kent\n has quit [Quit: No Ping reply in 180 seconds.]
the_drow has quit [Read error: Connection reset by peer]
<jhass> .squeeze(' ')?
<jhass> or just JSON.parse(..).to_json?
kent\n has joined #ruby
kent\n has quit [Changing host]
kent\n has joined #ruby
the_drow has joined #ruby
wolffles has joined #ruby
<mc_fail> hi everyone
<mc_fail> why i'm getting logger.level = 0 in http://pastebin.com/7ZZwbbgJ ?
<ruby[bot]> mc_fail: as I told you already, please use https://gist.github.com
Azure|dc has joined #ruby
<mc_fail> as i understand, @@logger is the same for each class
maletor3 has joined #ruby
Azure has quit [Ping timeout: 250 seconds]
<mc_fail> i have found few examples with singleton wrapper for logging, but it doesn't look like a good solution
the_drow has quit [Read error: Connection reset by peer]
eserror_ has joined #ruby
the_drow has joined #ruby
<lalalaaa> jhass: It's actually part of this middleware I got my app running which minifies HTML and inline JS: https://gist.github.com/anonymous/35cf4eb4e2f64e6f42a1a7ccbafcd248
blackmesa has joined #ruby
maletor3 has quit [Ping timeout: 276 seconds]
KillerFox has quit [Ping timeout: 244 seconds]
<jhass> I wonder whether the time you save with that in page load time and parsing actually outweights the increased request time of doing it
nexace has joined #ruby
<mc_fail> maybe you guys can point me for any best-practice solution, four sharing logger instance across all classes?
Rodya_ has joined #ruby
<mc_fail> (without using global variables)
<nexace> I'm getting this error on: sudo gem install hpricot http://pastebin.com/mQekZ0uF -- any help would be appreciated (ruby noob)
<ruby[bot]> nexace: we in #ruby do not like pastebin.com, I reposted your paste to gist for you: https://gist.github.com/24b474606075717f81926c81b61b0901
<ruby[bot]> nexace: pastebin.com loads slowly for most, has ads which are distracting and has terrible formatting.
pilne has joined #ruby
<nexace> sorry
the_drow has quit [Read error: Connection reset by peer]
<jhass> nexace: install ruby-dev or ruby-devel, whatever it is on your distro
<nexace> k thanks
<nexace> worked
<nexace> jhass: thanks a lot
UserInNeed has quit [Quit: Goodbye suckas]
<lalalaaa> jhass: I thought it looked innocent ;)
nanoz has quit [Read error: Connection reset by peer]
Rodya__ has joined #ruby
Xentil has quit [Ping timeout: 252 seconds]
bollullera has joined #ruby
bollullera has left #ruby [#ruby]
Rodya__ has quit [Remote host closed the connection]
Vingador has quit [Remote host closed the connection]
firstdayonthejob has quit [Ping timeout: 258 seconds]
Rodya__ has joined #ruby
<mc_fail> anyone?
duckpuppy has joined #ruby
Rodya_ has quit [Ping timeout: 250 seconds]
<nofxx> mc_fail, LOG = your log, you knowyou can use syslog? very cool
<nofxx> and just use LOG everywhere... LOG.info, LOG.warn...
<mc_fail> nofxx the question was about changing log level
N1njturt1e has quit [Remote host closed the connection]
<nofxx> mc_fail, it's a cli app? Use env vars
<mc_fail> i have class1, in which i can change log level to 'debug' for example, but if i create instance of class2 inside class1, in class2 log level resets back to default
danieli has joined #ruby
LastWhisper____ has joined #ruby
<nofxx> mc_fail, set it only on one place, outside classes, on your main module, as I said first
duckpuppy has quit [Ping timeout: 250 seconds]
<mc_fail> nofxx cool, but if i need to change it outside main class?
thejamespinto has quit []
<nofxx> log level is not something you should change in runtime imho... can't remember or something that does it
roamingdog has quit [Remote host closed the connection]
<nofxx> mc_fail, just override the constant
<nofxx> actually it won't 'override' per se, as you'll change the object inside
weemsledeux has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
qasaur has quit [Read error: Connection reset by peer]
<mc_fail> nofxx actually, setting it in main is ok for me, but the problem is: how to access it in other classes?
<nofxx> mc_fail, more like you restart your app to change log level, you see?
Azure|dc has quit [Ping timeout: 258 seconds]
<mc_fail> i mean. the instance
Azure has joined #ruby
qasaur has joined #ruby
<nofxx> constants are avaiable to everyone, everywhere
UserInNeed has joined #ruby
<mc_fail> nofxx you meain, use global variable for that?
<nofxx> mc_fail, another option is a self.method on your main module: MyApp.loginfo ... MyApp.log_warn 'foo' ... well, anyway you want
<nofxx> mc_fail, no, a CONSTANT
<nofxx> CONSTANT | @@globalvar | @instancevar | var
weemsledeux has joined #ruby
<nofxx> or a class method, gotta go, back soon
crystal77 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
qasaur has quit [Client Quit]
SCHAAP137 has quit [Quit: Leaving]
qasaur has joined #ruby
Rodya__ has quit [Remote host closed the connection]
rkazak has joined #ruby
webnanners has joined #ruby
nankyokusei has joined #ruby
TomyLobo has quit [Ping timeout: 264 seconds]
djbkd has joined #ruby
Rodya_ has joined #ruby
CJKinni has joined #ruby
speakingcode has quit [Ping timeout: 264 seconds]
scepticulous has joined #ruby
nankyokusei has quit [Ping timeout: 276 seconds]
agent_white has joined #ruby
spider-mario has quit [Remote host closed the connection]
djbkd has quit [Ping timeout: 244 seconds]
CJKinni has quit [Ping timeout: 240 seconds]
symm- has quit [Ping timeout: 260 seconds]
arooni has joined #ruby
nando293921 has joined #ruby
nando293921 has quit [Client Quit]
nettoweb has joined #ruby
nando293921 has joined #ruby
diegoaguilar has joined #ruby
kgrz has joined #ruby
nadir has joined #ruby
toretore has quit [Ping timeout: 272 seconds]
kgrz has quit [Ping timeout: 240 seconds]
tabakhase__ is now known as tabakhase
tabakhase has quit [Changing host]
tabakhase has joined #ruby
davedev24 has quit []
araujo_ has joined #ruby
koooge has joined #ruby
koooge_ has joined #ruby
N1njturt1e has joined #ruby
koooge_ has quit [Client Quit]
sepp2k1 has quit [Read error: Connection reset by peer]
jerematic has joined #ruby
Yzguy has joined #ruby
araujo__ has quit [Ping timeout: 244 seconds]
flashpoint9 has joined #ruby
razzsicle has joined #ruby
rkoller has quit [Quit: Textual IRC Client: www.textualapp.com]
aeterne has joined #ruby
jerematic has quit [Ping timeout: 250 seconds]
al2o3-cr has quit [Quit: WeeChat 1.5]
framling has quit [Remote host closed the connection]
crystal77 has joined #ruby
Yzguy has quit [Quit: Zzz...]
maletor3 has joined #ruby
last_staff has quit [Quit: last_staff]
rkazak has quit [Quit: Sleep.....ing....]
al2o3-cr has joined #ruby
arescorpio has joined #ruby
davedev24 has joined #ruby
maletor3 has quit [Ping timeout: 252 seconds]
lightt has quit [Remote host closed the connection]
N1njturt1e has quit [Remote host closed the connection]
<razzsicle> so many people talking
<Radar> razzsicle: Yes.
<eserror_> that would be good.
duckpuppy has joined #ruby
KillerFox has joined #ruby
RobertBirnie has joined #ruby
weaksauce has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
lightt has joined #ruby
RobertBirnie has quit [Read error: Connection reset by peer]