lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
<matti>
;-)
gnufied has joined #ruby-lang
rolfb has joined #ruby-lang
artOfWar has joined #ruby-lang
<rue|w>
yorickpeterse: On a scale of 1, yes
<rue|w>
I wouldn’t call them symbols, since that’s not what they are
wallerdev has quit [Quit: wallerdev]
<rue|w>
Other than that, sure
ryanf has quit [Quit: leaving]
<rue|w>
yorickpeterse: What’re you working on next for rlint?
artOfWar has quit [Ping timeout: 260 seconds]
zz_chrismcg is now known as chrismcg
josh^ has quit [Ping timeout: 264 seconds]
<whitequark>
yorickpeterse: hmm
<whitequark>
I'd say WTF
thillux has joined #ruby-lang
<whitequark>
not about the implementation, through using symbols instead of strings totally makes sense
<whitequark>
but I just don't see a reason for using such a hash.
josh^ has joined #ruby-lang
toretore has joined #ruby-lang
justinmcp has quit [Remote host closed the connection]
cantonic has joined #ruby-lang
piyush has joined #ruby-lang
workmad3 has joined #ruby-lang
Criztian has joined #ruby-lang
tonni has joined #ruby-lang
<rue|w>
certainty: Nice
yats__ has quit [Ping timeout: 264 seconds]
Criztian has quit [Read error: Connection reset by peer]
Criztian has joined #ruby-lang
tooky has joined #ruby-lang
<certainty>
i'm constantlÃy looking for a way to combine Symbol#to_proc and partial applicaton nicely. I haven't yet found a good solution ... The chaining operator fell out as a side-effect :)
toretore has quit [Quit: Leaving]
piyush has quit [Ping timeout: 256 seconds]
toretore has joined #ruby-lang
<yorickpeterse>
rue|w: Correct, I however couldn't think of a better name for the time being
<yorickpeterse>
whitequark: it prevents my code from going "oh! "puts" is an undefined method!"
<yorickpeterse>
the alternative is code evaluation but I *really* don't want that
<yorickpeterse>
The idea is that I need something that makes it possible to check if a particular method or constant is shipped with the basic Ruby setup
<whitequark>
yorickpeterse: you can parse Ruby code right?
<whitequark>
try parsing through Rubinius setup files
arkiver has joined #ruby-lang
<whitequark>
this way you'd just join the "shipped" code with "user" code and you could treat them like equals
<yorickpeterse>
Rubinius setup files?
<yorickpeterse>
Keep in mind that if possible I'd like to not depend on Rbx
<whitequark>
in other words, you need 723 LOC (and require 'melbourne') for a 'working' ruby interpreter
gnufied has quit [Quit: Leaving.]
<rolfb>
zombie apocalypse; when starbucks go bust
<ruskie>
and the world discovers that they were drinking piss instead of coffee
gnufied has joined #ruby-lang
Carnage\ has quit [Read error: Connection reset by peer]
felixc has quit [Quit: Leaving.]
melter has quit [Ping timeout: 260 seconds]
melter has joined #ruby-lang
sush24 has quit [Quit: This computer has gone to sleep]
runeb has joined #ruby-lang
akamike has joined #ruby-lang
Mon_Ouie has quit [Ping timeout: 264 seconds]
sush24 has joined #ruby-lang
JustinCampbell has joined #ruby-lang
sush24 has quit [Client Quit]
thillux has quit [Remote host closed the connection]
thillux has joined #ruby-lang
jashank|fj has quit [Ping timeout: 246 seconds]
anannie has joined #ruby-lang
GarethAdams has quit [Ping timeout: 246 seconds]
Cygn has joined #ruby-lang
<Cygn>
Hey guys, i'm just starting with ruby. I need the contents of an array as a comma seperated list, by now i'm trying: options.join(",") - options are optional parameters of my method (*options), the result of the join is "{value1, value2}", but i need it without the {} - any hints?
jashank has joined #ruby-lang
jxie has quit [Quit: leaving]
<rolfb>
any suggestions on what to use for handling reading and writing of excel files?
<Cygn>
i just want to be sure, users can pass as many options as they may like to the link_to function
nertzy has joined #ruby-lang
<canton7>
Cygn, so options is a hash?
xyzodiac has joined #ruby-lang
Dreamer3 has quit [Quit: Leaving...]
Dreamer3 has joined #ruby-lang
<Cygn>
is ist? i was not aware of that … in this example i thought just —> method: :delete, data: { confirm: 'Are you sure?' } are passed as 2 arguments
<Cygn>
and options should accept any arguments and put them in an array
<canton7>
if I do 'some_func(foo: :bar, baz: :bill)', ruby converts that to 'some_func({foo: :bar, baz: :bill})'
<canton7>
(well, sees it as equivalent to)
xyzodiac has quit [Client Quit]
<canton7>
so the definition for some_func would be 'def some_func(options)', where, here, options would be '{foo: :bar, baz: :bill}
<Mon_Ouie>
Therefore, you should remove the splat in your code
chendo_ has quit [Ping timeout: 252 seconds]
<Mon_Ouie>
If those were passed as multiple arguments, what would each individual argument be? A 1-element hash? A 2-element array?
<canton7>
if the definition was 'def some_func(*options)', and it was called as 'some_func(foo: :bar, baz: :bill)', then 'options' would be '[{foo: :bar, baz: :bill}]'
chendo_ has joined #ruby-lang
sandbags has joined #ruby-lang
sandbags has quit [Changing host]
sandbags has joined #ruby-lang
judofyr has joined #ruby-lang
<judofyr>
whitequark: the books have arrived! :D
<anannie>
judofyr: Hi!
<judofyr>
anannie: oh, hi
<whitequark>
judofyr: hi
<whitequark>
I've working helloworld in foundry
<anannie>
May I quickly PM judofyr?
<judofyr>
anannie: sure
<judofyr>
whitequark: sweet. I was hoping I could at least follow along (and understand) while you create Foundry :)
<chendo_>
hey guys, I just released my macruby app as public beta and I hope it might interest you guys! think spotlight/quicksilver/launchbar/alfred but for UI elements, so you can 'click' elements without having to use the mouse! http://shortcatapp.com/
<whitequark>
judofyr: unfortunately the sources are not publicly available yet. lawyers :/ I hope to resolve this ASAP, through.
<judofyr>
whitequark: no worries, there's probably some exercises I should do first :)
wmoxam has quit [Ping timeout: 268 seconds]
lcdhoffman has joined #ruby-lang
m3nd3s has joined #ruby-lang
HYUJI has joined #ruby-lang
heftig has joined #ruby-lang
HYUJI has quit [Excess Flood]
m3nd3s_ has joined #ruby-lang
m3nd3s has quit [Ping timeout: 256 seconds]
wmoxam has joined #ruby-lang
tooky has quit [Remote host closed the connection]
rue_XIW is now known as rue_
rue_ is now known as rue|w
<rue|w>
Stupid IRC
runeb has quit [Ping timeout: 256 seconds]
runeb has joined #ruby-lang
xyzodiac has joined #ruby-lang
runeb has quit [Read error: Connection reset by peer]
runeb has joined #ruby-lang
Axsuul has quit [Ping timeout: 256 seconds]
jperry2_ has joined #ruby-lang
Elico1 has quit [Quit: Elico1]
jarib has quit [Excess Flood]
jarib has joined #ruby-lang
tooky has joined #ruby-lang
<yorickpeterse>
Fucking Redmine
<yorickpeterse>
Figured that with moving servers I'd upgrade to 2.0. Turns out none of our plugins will probably work with it so I'm stuck maintaining 1.3 for a while :/
josh^ has quit [Remote host closed the connection]
<certainty>
same here
sailias has joined #ruby-lang
tooky has quit [Ping timeout: 256 seconds]
tbuehlmann has joined #ruby-lang
Criztian_ has joined #ruby-lang
<masterkorp>
redmine sucks
Criztian has quit [Ping timeout: 265 seconds]
<tonni>
redmine's fault or plugin developers?
justinmcp has joined #ruby-lang
<yorickpeterse>
Pretty sure it's Redmine
<yorickpeterse>
well
<yorickpeterse>
Both in this case actually
wyhaines has joined #ruby-lang
stardiviner has joined #ruby-lang
lcdhoffman has quit [Quit: lcdhoffman]
GarethAdams has joined #ruby-lang
yats has quit [Read error: Operation timed out]
chendo_ has quit [Ping timeout: 255 seconds]
slaytanic has quit [Read error: Operation timed out]
wyhaines has quit [Read error: Connection reset by peer]
slaytani1 has joined #ruby-lang
cored has joined #ruby-lang
cored has quit [Changing host]
cored has joined #ruby-lang
wyhaines has joined #ruby-lang
jperry2_ has quit [Quit: jperry2_]
chendo_ has joined #ruby-lang
chendo_ has joined #ruby-lang
chendo_ has quit [Changing host]
Mon_Ouie has quit [Ping timeout: 256 seconds]
Mon_Ouie has joined #ruby-lang
yats has joined #ruby-lang
d3vic3 has joined #ruby-lang
mr_dynamix has joined #ruby-lang
<gnufied>
it is really hard to maintain opensource web app for long time I guess.
m3nd3s has joined #ruby-lang
m3nd3s_ has quit [Ping timeout: 240 seconds]
justinmcp has quit [Remote host closed the connection]
adambeynon has joined #ruby-lang
<yorickpeterse>
it is if you don't keep up
jtoy has joined #ruby-lang
lcdhoffman has joined #ruby-lang
<whitequark>
well, redmine has had some progress lately
<whitequark>
ruby 1.9, rails 3, etc.
m3nd3s_ has joined #ruby-lang
xyzodiac has quit [Quit: Computer has gone to sleep.]
mytrile has quit [Remote host closed the connection]
Criztian_ has quit [Remote host closed the connection]
<zzak>
whitequark: did you ever read eric davis' book?
<matti>
Hi zzak
enebo has joined #ruby-lang
tooky has joined #ruby-lang
tooky has quit [Read error: Connection reset by peer]
wallerdev has joined #ruby-lang
tooky has joined #ruby-lang
gaveen has joined #ruby-lang
gaveen has quit [Changing host]
gaveen has joined #ruby-lang
GarethAdams has quit [Ping timeout: 265 seconds]
<whitequark>
zzak: which one?
bemathis has joined #ruby-lang
<zzak>
refactoring redmine
<zzak>
matti: hi!
outoftime has joined #ruby-lang
<whitequark>
zzak: erm. no. there is such a book?..
<whitequark>
ha, nice
jtoy has joined #ruby-lang
runeb has quit [Remote host closed the connection]
sush24 has joined #ruby-lang
<zzak>
not sure that covers rails 3 though
gaveen has quit [Client Quit]
gaveen has joined #ruby-lang
gaveen has joined #ruby-lang
gaveen has quit [Changing host]
zmack has quit [Remote host closed the connection]
sush24 has quit [Ping timeout: 248 seconds]
yats has quit [Quit: Leaving]
yats has joined #ruby-lang
<oddmunds>
i just noticed that my Ruby installation in windows came with a book
<oddmunds>
The Book of Ruby
bemathis_ has joined #ruby-lang
bemathis_ has quit [Client Quit]
<oddmunds>
which has all its code examples typeset in Comic Sans MS
nariyal has quit [Quit: Computer has gone to sleep.]
justinmcp has joined #ruby-lang
bemathis has quit [Ping timeout: 256 seconds]
<Cygn>
canton7: thank you very much
sush24 has joined #ruby-lang
yats_ has joined #ruby-lang
dhruvasagar has quit [Ping timeout: 245 seconds]
mistym has joined #ruby-lang
mistym has quit [Changing host]
mistym has joined #ruby-lang
yats has quit [Ping timeout: 255 seconds]
<mfn>
Does any recognize "Thu Sept 27 15:26:24 CEST 2012" as date/time pattern based on any rfc or common notion? Trying to figure whether I should just use #strptime or if there's a smarter way ...
<mfn>
Ok, I didn't realize I just can use DateTime.parse on this one
piyush has quit [Ping timeout: 240 seconds]
nariyal has joined #ruby-lang
runeb has joined #ruby-lang
CarlB_the_great has joined #ruby-lang
gsav has joined #ruby-lang
gsav_ has joined #ruby-lang
tonni has quit [Remote host closed the connection]
xyzodiac has quit [Quit: Computer has gone to sleep.]
xyzodiac has joined #ruby-lang
Mon_Ouie has quit [Ping timeout: 245 seconds]
Mon_Ouie has joined #ruby-lang
xyzodiac has quit [Ping timeout: 260 seconds]
xyzodiac has joined #ruby-lang
Raduwen has quit [Quit: Leaving...]
ivanoats has quit [Remote host closed the connection]
artOfWar has joined #ruby-lang
tooky has quit [Remote host closed the connection]
ehutzelman has quit [Remote host closed the connection]
tRAS has quit [Quit: Mother, did it need to be so high?]
artOfWar has quit [Ping timeout: 245 seconds]
qpingu has joined #ruby-lang
macmartine has joined #ruby-lang
xyzodiac has quit [Quit: Computer has gone to sleep.]
jamjam has quit [Ping timeout: 248 seconds]
avakarev has joined #ruby-lang
headius has joined #ruby-lang
Dreamer3 has quit [Quit: Computer has gone to sleep.]
sepp2k1 has quit [Read error: Connection reset by peer]
rcassidy has joined #ruby-lang
gsav_ has quit [Ping timeout: 246 seconds]
ivanoats has joined #ruby-lang
jashank has quit [Changing host]
jashank has joined #ruby-lang
enebo has joined #ruby-lang
My_Hearing has joined #ruby-lang
Mon_Ouie has quit [Ping timeout: 246 seconds]
rippa has quit [Ping timeout: 255 seconds]
ljsdfc_ has joined #ruby-lang
rue|w has joined #ruby-lang
enebo has quit [Ping timeout: 260 seconds]
ljsdfc has quit [Read error: Operation timed out]
rue|w has quit [Ping timeout: 246 seconds]
My_Hearing is now known as Mon_Ouie
vlad_starkov has quit [Remote host closed the connection]
jperry2_ has joined #ruby-lang
alvaro_o has quit [Ping timeout: 244 seconds]
alvaro_o has joined #ruby-lang
thatdutchguy has joined #ruby-lang
Asher has joined #ruby-lang
sgonyea has joined #ruby-lang
lcdhoffman has quit [Quit: lcdhoffman]
headius has quit [Ping timeout: 246 seconds]
Asher has quit [Quit: Leaving.]
Asher has joined #ruby-lang
headius has joined #ruby-lang
zmack has joined #ruby-lang
m3nd3s has quit [Read error: Connection reset by peer]
m3nd3s has joined #ruby-lang
jperry2_ has quit [Quit: jperry2_]
enebo has joined #ruby-lang
sgonyea has quit [Remote host closed the connection]
sgonyea has joined #ruby-lang
ivanoats has quit [Remote host closed the connection]
sduckett has joined #ruby-lang
My_Hearing has joined #ruby-lang
ricardovaleriano has joined #ruby-lang
Mon_Ouie has quit [Ping timeout: 245 seconds]
nariyal has joined #ruby-lang
vlad_starkov has joined #ruby-lang
CarlB_the_great has quit [Remote host closed the connection]
CarlB_the_great has joined #ruby-lang
workmad3 has joined #ruby-lang
lcdhoffman has joined #ruby-lang
jtoy has quit [Read error: Connection reset by peer]
ivanoats has joined #ruby-lang
ivanoats has joined #ruby-lang
ivanoats has quit [Changing host]
jtoy has joined #ruby-lang
yorickpeterse is now known as yorick-hillbilly
tenderlove has joined #ruby-lang
yorick-hillbilly is now known as yorickpeterse
kain has joined #ruby-lang
avakarev has quit [Remote host closed the connection]
avakarev has joined #ruby-lang
__butch__ has quit [Remote host closed the connection]
sgonyea has quit [Quit: sgonyea]
wnd has quit [Ping timeout: 245 seconds]
wnd has joined #ruby-lang
sustainableweb has joined #ruby-lang
sush24 has quit [Quit: This computer has gone to sleep]
mxktmdude has joined #ruby-lang
ivanoats has quit [Ping timeout: 244 seconds]
<mxktmdude>
hi guys, i was wondering how to resolve this issue: root@myserver:/ /etc/init.d/git-ultrasphinx restart it says: You have already activated rake 0.9.2.2, but your Gemfile requires rake 0.8.7. Using bundle exec may solve this.
<drbrain>
mxktmdude: did you try bundle exec like it says?
<mxktmdude>
drbrain, i did and it still failed
My_Hearing is now known as Mon_Ouie
<drbrain>
so you edited etc/init.d/git-ultrasphinx to use bundle exec?
sailias has quit [Ping timeout: 245 seconds]
<mxktmdude>
drbrain, im going to try again
saLOUt has joined #ruby-lang
zz_chrismcg is now known as chrismcg
ivanoats has joined #ruby-lang
hakunin has joined #ruby-lang
ivanoats_ has joined #ruby-lang
nariyal has quit [Quit: Computer has gone to sleep.]
ivanoats_ has quit [Remote host closed the connection]
sustainableweb has quit [Read error: Connection reset by peer]
Mon_Ouie has quit [Ping timeout: 246 seconds]
ivanoats has quit [Ping timeout: 260 seconds]
Mon_Ouie has joined #ruby-lang
Bosox20051 has joined #ruby-lang
adurity has joined #ruby-lang
vlad_starkov has quit [Remote host closed the connection]
Criztian has joined #ruby-lang
nariyal has joined #ruby-lang
ljsdfc_ has left #ruby-lang [#ruby-lang]
hassans has quit [Ping timeout: 252 seconds]
Bosox20051 has quit [Quit: Leaving]
macmartine has quit [Quit: Computer has gone to sleep.]
VGoff is now known as VGoff_afk
saLOUt has quit [Quit: Konversation terminated!]
outoftime has quit [Quit: Leaving]
vlad_starkov has joined #ruby-lang
vlad_starkov has quit [Remote host closed the connection]
cjs226 has joined #ruby-lang
saLOUt has joined #ruby-lang
tooky_ has joined #ruby-lang
nariyal has quit [Quit: Computer has gone to sleep.]
vlad_starkov has joined #ruby-lang
tooky_ has quit [Ping timeout: 245 seconds]
<mxktmdude>
drbrain, i modified the init script and added trace which outputs the following: http://pastebin.com/qdu8xW1V
<drbrain>
mxktmdude: I bet you need to add require 'thread' to your rails boot file thingy
vlad_sta_ has joined #ruby-lang
ivanoats has joined #ruby-lang
ivanoats has quit [Changing host]
ivanoats has joined #ruby-lang
<mxktmdude>
drbrain, this is the first time i have ever worked with ruby, been trying to install gitorious. How do i add the 'thread' thing? how would that affect the constants?
vlad_starkov has quit [Ping timeout: 245 seconds]
chrismcg is now known as zz_chrismcg
<drbrain>
mxktmdude: it'll affect them by making the missing one (Mutex) show up
<drbrain>
I'm not sure exactly where you need to put it, though, since I'm not big on Rails
VGoff_afk is now known as VGoff
workmad3 has quit [Ping timeout: 260 seconds]
Mon_Ouie has quit [Ping timeout: 245 seconds]
Mon_Ouie has joined #ruby-lang
workmad3 has joined #ruby-lang
Drew has joined #ruby-lang
Drew is now known as Guest2862
Guest2862 has quit [Remote host closed the connection]
gamutgamut has joined #ruby-lang
carloslopes has quit [Quit: Leaving.]
avakarev has quit [Remote host closed the connection]
swarley_ has joined #ruby-lang
xyzodiac has joined #ruby-lang
hassans has joined #ruby-lang
<zenspider>
mxktmdude: what version of bundler are you using? and rails?
<zenspider>
your rake is pretty ancient too
<mxktmdude>
root@gitorious:/var/www/gitorious# rake -V rake, version 0.9.2.2
<mxktmdude>
i think gitorious needs rake 0.8.7
vlad_sta_ has quit [Remote host closed the connection]
nariyal has joined #ruby-lang
adurity has quit [Remote host closed the connection]
pygmael has joined #ruby-lang
<gamutgamut>
seems very quite in here. :)
cjs226 has quit []
solars has quit [Ping timeout: 244 seconds]
macmartine has joined #ruby-lang
Mon_Ouie has quit [Read error: Connection reset by peer]
nariyal has quit [Quit: Computer has gone to sleep.]
petercooper has joined #ruby-lang
jperry2_ has quit [Remote host closed the connection]
jperry2_ has joined #ruby-lang
thone_ has joined #ruby-lang
zmack has quit [Remote host closed the connection]
justinmcp has joined #ruby-lang
krohrbaugh has quit [Quit: Leaving.]
imajes has quit [Excess Flood]
thone has quit [Ping timeout: 244 seconds]
ehutzelman has joined #ruby-lang
tonni has joined #ruby-lang
imajes has joined #ruby-lang
voker57 has quit [Ping timeout: 252 seconds]
gsav_ has joined #ruby-lang
voker57 has joined #ruby-lang
voker57 has quit [Changing host]
voker57 has joined #ruby-lang
workmad3 has quit [Ping timeout: 244 seconds]
ricardovaleriano has quit [Remote host closed the connection]
saLOUt has quit [Quit: Konversation terminated!]
mk03 has quit [Ping timeout: 245 seconds]
Axsuul has joined #ruby-lang
headius_ has joined #ruby-lang
headius has quit [Disconnected by services]
headius_ is now known as headius
pygmael has quit [Quit: pygmael]
Mon_Ouie has quit [Ping timeout: 245 seconds]
mk03 has joined #ruby-lang
pygmael has joined #ruby-lang
<gamutgamut>
Looking for some exploratory help. I'm reading through Ruby THW and in Chp 17, a question was posed about "why one needs to use output_file.close()"...the script runs without it so I'm wondering why it's necessary...could it be because of compilation purpose / best practice???
JustinCampbell has quit [Remote host closed the connection]
xyzodiac has quit [Quit: Computer has gone to sleep.]
mistym has quit [Remote host closed the connection]
pygmael has quit [Client Quit]
<drbrain>
gamutgamut: it leaks file descriptors (until the GC reclaims them)
<drbrain>
gamutgamut: I imagine that in a few more pages they'll teach you about the block form of open
<gamutgamut>
kk...tx
coryf has quit [Remote host closed the connection]
xyzodiac has joined #ruby-lang
benanne has joined #ruby-lang
<drbrain>
gamutgamut: on my OS there's only 256 available open file handles and ruby uses up four of them
<erikh>
but if you omit the close you can do cool stuff like this
<erikh>
File.open('/dev/null', 'w') << "blah"
<erikh>
I probably am helping in the exact way one does not help
<drbrain>
well, you can increase the fd count
<erikh>
heh
wardrop has joined #ruby-lang
<erikh>
big numbers are better, right? :)
<gamutgamut>
uh...I just ran that. :)
dfr|mac has quit [Remote host closed the connection]
jtoy has quit [Quit: jtoy]
<gamutgamut>
All I got was: "#<File:0x1041c8a40>"
VGoff is now known as VGoff_afk
jtoy has joined #ruby-lang
<erikh>
gamutgamut: yeah, I was joking. don't do that.
<drbrain>
it doesn't do anything harmful, it's just useless
m3nd3s has quit [Remote host closed the connection]
<gamutgamut>
eh/db: tx. fun.
jtoy has quit [Client Quit]
<drbrain>
erikh: besides, you should File.write "/dev/null", "blah"
cjs226 has joined #ruby-lang
<erikh>
yes yes
<erikh>
I had a gut feeling you were going to tell me that.
<steveklabnik>
best: loop do File.write "/dev/null", "lols" end
<drbrain>
we need /dev/lol
<erikh>
do you have FUSE installed?
* erikh
grins
<drbrain>
… you could mkfifo
<drbrain>
but you might end up with olo
<erikh>
lolfs
<drbrain>
or llo
<steveklabnik>
/dev/yolo
<erikh>
just a fs-based interface to ohinternet.com
<erikh>
or 4chan.
<erikh>
the latter of which could be disasterous.
<drbrain>
I came across a mildly unfortunate domain name the other day, "gortrip.com"
<drbrain>
it's supposed to be something like "go r trip", but I added an extra "e"
<zenspider>
drbrain: eh. I had to jump through extra hoops yesterday because I opened too many file descriptors in exactly such a manner. it sucked :/
<matti>
4chan ...
<matti>
;d
dfr|mac has joined #ruby-lang
headius has quit [Quit: headius]
<erikh>
ouch.
<drbrain>
ugh, bundler didn't install rdoc
<zenspider>
SURPRISE
scottschecter has joined #ruby-lang
ivanoats has quit [Remote host closed the connection]
VGoff_afk is now known as VGoff
stardiviner has joined #ruby-lang
imajes has quit [Excess Flood]
imajes has joined #ruby-lang
Criztian has quit [Remote host closed the connection]
volty has joined #ruby-lang
Caius has quit [Ping timeout: 252 seconds]
<volty>
hi, with mechanize, i see in html what i'm insterested in (using page.body) under <meta name="description" content="..." ; how do I access it addressing it using page and a method (e.g. page.search or else) ?
krohrbaugh1 has joined #ruby-lang
replore has joined #ruby-lang
thillux has joined #ruby-lang
Caius has joined #ruby-lang
gamutgamut has quit [Remote host closed the connection]
sent-hil has joined #ruby-lang
enebo has quit [Quit: enebo]
sent-hil has quit [Remote host closed the connection]
<drbrain>
volty: page / 'meta' should get you all the meta elements
benanne has quit [Quit: kbai]
sent-hil has joined #ruby-lang
CarlB_the_great has quit [Remote host closed the connection]
<volty>
drbrain: thx
swarley_ has left #ruby-lang [#ruby-lang]
swarley has joined #ruby-lang
replore has quit [Remote host closed the connection]
postmodern has joined #ruby-lang
justinmcp has quit [Remote host closed the connection]
woollyams has joined #ruby-lang
replore has joined #ruby-lang
replore has quit [Remote host closed the connection]