Rarrikins has quit [Remote host closed the connection]
Rarrikins has joined #ruby-lang
mjio has joined #ruby-lang
jesse has quit [Excess Flood]
jesse has joined #ruby-lang
rsl has quit [Quit: Computer has gone to sleep.]
KA_ has quit [Quit: KA_]
<postmodern>
is there a way to get ruby to halt parsing of a String in the middle?
<postmodern>
or a way to comment out the remainder of the String
Darkspiel has quit [Remote host closed the connection]
davidbalber|away is now known as davidbalbert
reppard has quit [Ping timeout: 265 seconds]
jesse has quit [Excess Flood]
jesse has joined #ruby-lang
Darkspiel has joined #ruby-lang
crazyhorse has joined #ruby-lang
elianda has joined #ruby-lang
savagecroc has joined #ruby-lang
<savagecroc>
https://gist.github.com/cfae5a63c2a4417398aa << on line 76 i'm having an issue working out of a good way of breaking out of this loop. basically i want to limit the number of times the puts is run to a certain number of lines and then display .... (limiting output to 5 lines) at the end so that the user running the command knows that it's been truncated... the issue is that it also runs in a block so d on line 70 can get called multi
<savagecroc>
ple times (note i'm creating a closure for message on line 39.. in addition to that i'd prefer to move the logic into it's own method
crazyhorse has quit [Ping timeout: 256 seconds]
EddiX has quit [Ping timeout: 244 seconds]
megha has quit [Ping timeout: 276 seconds]
<savagecroc>
well boys?
<savagecroc>
:)
larrylv has joined #ruby-lang
larrylv has quit [Remote host closed the connection]
savagecroc has quit [Ping timeout: 264 seconds]
zeisler has joined #ruby-lang
megha has joined #ruby-lang
lsegal has joined #ruby-lang
savagecroc has joined #ruby-lang
ryanf_ has quit [Quit: leaving]
io_syl has quit [Quit: Computer has gone to sleep.]
jxie has joined #ruby-lang
sabfer has joined #ruby-lang
itsmeduncan has joined #ruby-lang
gnufied has joined #ruby-lang
jonahR has joined #ruby-lang
ViPi has quit [Quit: Computer has gone to sleep.]
charliesome has joined #ruby-lang
spuk has joined #ruby-lang
cardoni has quit [Quit: cardoni]
itsmeduncan has quit [Quit: itsmeduncan]
sabfer has quit [Quit: sabfer]
gjaldon has joined #ruby-lang
imajes has quit [Excess Flood]
imajes has joined #ruby-lang
scottschecter has joined #ruby-lang
micaeked has joined #ruby-lang
ryanv-raptor has joined #ruby-lang
madish has quit [Quit: ChatZilla 0.9.89 [Firefox 16.0.1/20121026125834]]
pbjorklund has quit [Ping timeout: 276 seconds]
gnufied has quit [Quit: Leaving.]
zeisler has quit [Quit: zeisler]
stevechiagozie has joined #ruby-lang
srbaker has quit [Quit: Computer has gone to sleep.]
pbjorklund has joined #ruby-lang
Hakon has quit [Quit: Leaving...]
ryanv-raptor has quit [Quit: Leaving.]
pbjorklund has quit [Ping timeout: 265 seconds]
cardoni has joined #ruby-lang
mpan has quit [Quit: Leaving]
sn0wb1rd has quit [Quit: sn0wb1rd]
m3nd3s has quit [Remote host closed the connection]
sn0wb1rd has joined #ruby-lang
yxhuvud has quit [Ping timeout: 256 seconds]
sn0wb1rd has quit [Client Quit]
yxhuvud has joined #ruby-lang
retro|cz has quit [Ping timeout: 248 seconds]
macmartine has joined #ruby-lang
AFlyingMonkey has joined #ruby-lang
cardoni has quit [Ping timeout: 240 seconds]
pbjorklund has joined #ruby-lang
KA_ has joined #ruby-lang
cardoni has joined #ruby-lang
pbjorklund has quit [Ping timeout: 256 seconds]
mpan has joined #ruby-lang
sn0wb1rd has joined #ruby-lang
pbjorklund has joined #ruby-lang
io_syl has joined #ruby-lang
pbjorklu1d has joined #ruby-lang
pbjorklund has quit [Ping timeout: 256 seconds]
JtoTheGoGo has joined #ruby-lang
JtoTheGoGo has quit [Client Quit]
zeisler has joined #ruby-lang
JohnBat26 has joined #ruby-lang
rippa has joined #ruby-lang
ssl has quit [Remote host closed the connection]
gnufied has joined #ruby-lang
zeisler has quit [Quit: zeisler]
larrylv has joined #ruby-lang
Rarrikins has quit [Ping timeout: 256 seconds]
rcvalle has quit [Ping timeout: 246 seconds]
larrylv has quit [Ping timeout: 248 seconds]
Rarrikins has joined #ruby-lang
dvorak has quit [Ping timeout: 276 seconds]
macmartine has quit [Quit: Computer has gone to sleep.]
elianda has quit [Ping timeout: 252 seconds]
ivanoats has joined #ruby-lang
ivanoats has quit [Changing host]
ivanoats has joined #ruby-lang
macmartine has joined #ruby-lang
rcvalle has joined #ruby-lang
firefux has left #ruby-lang [#ruby-lang]
crudson has joined #ruby-lang
Nisstyre has quit [Ping timeout: 240 seconds]
<postmodern>
quick clarification
<postmodern>
Symbols are not GCed in 1.9?
<yfeldblum>
postmodern, correct
<yfeldblum>
postmodern, y?
<postmodern>
writing a blog post about the Rails CVE
<yorickpeterse>
"10 files in total. 598 relevant lines. 587 lines covered and 11 lines missed"
<yorickpeterse>
not bad for a refactor that's still in the works
blacktulip has joined #ruby-lang
<yorickpeterse>
"Avg. Hits / Line": 20805.8
* apeiros_
is refactoring an app at work atm - git reports in lib/ + app/ alone 440 changed files with 6k insertions and 8k deletions…
<yorickpeterse>
welp, seems I have some performance issues to deal with there
<apeiros_>
cleaning up feels good. off with those heads!
Guest___ has joined #ruby-lang
zmack has joined #ruby-lang
psycho_one has joined #ruby-lang
Guest___ has quit [Client Quit]
klebervirgilio has quit [Remote host closed the connection]
rcvalle has quit [Quit: Leaving]
swav has joined #ruby-lang
<yorickpeterse>
tehee, another Bacon hack
<kiddorails>
I'm using /#(\w{2})(\w{2})(\w{2})/ expression to seperate RGB values from a color code. such that Regexp.last_match[1] gives red hex, 2 gives green etc..
<kiddorails>
can I optimize regex?
<kiddorails>
provided I'm grouping same (\w{2}) 3 times
<andrewvos>
richardjortega: You're asking the wrong quetion
<andrewvos>
question
<richardjortega>
oh sorry, just trying to tell my user what's happening during a rake task
<richardjortega>
it's for our internal admin system, so they can run a task on demand with a button press
<andrewvos>
richardjortega: Well, you would need to update it with javascript polling or some shit
<judofyr>
richardjortega: the simplest way: output = `rake … 2>&1`
<richardjortega>
judofyr: what exactly is the 2>&1?
<judofyr>
richardjortega: redirect stderr into stdout
<andrewvos>
richardjortega: It puts STDERR and STDOUT somewhere
<judofyr>
richardjortega: `` only captures STDOUT
<judofyr>
2> redirect STDERR
<richardjortega>
gotcha
<judofyr>
richardjortega: also, if you want to put user-input into that command, use Shellwords.escape(…) :)
<richardjortega>
i think that would work, and maybe instead of the live polling something like putting it to a text file and then loading that after its done
<andrewvos>
richardjortega: Ok well if you don't have the requirement to show them how far along it is then you're in luck!
<richardjortega>
i'm going to run it as a background process
<andrewvos>
richardjortega: ChildProcess isn't that bad.
<richardjortega>
i just think they'd like an alert saying, "Finished! Here's the output"
<andrewvos>
It's a gem
K3xenn has joined #ruby-lang
<richardjortega>
i'll look into childprocess too
<richardjortega>
thank you both, more to research
<andrewvos>
richardjortega: Sorry :(
<richardjortega>
way better than when i started
klebervirgilio has quit [Remote host closed the connection]
<richardjortega>
just my puts looked so pretty in my terminal, thought it'd be fairly simple
greg- has quit [Quit: greg-]
<judofyr>
richardjortega: you can use Process.spawn for this too: file = Tempfile.new("rake"); pid = Process.spawn("echo", "world", :out => file.to_io, :err => file.to_io)
<judofyr>
richardjortega: and then: Process.waitpid(pid) to wait for it to finish.
<judofyr>
richardjortega: and file.rewind; file.read to read the response
<judofyr>
richardjortega: or you can do polling on the tempfile
<richardjortega>
i'm still a relatively new ruby dev (less than a year), and conceptually i get live polling, but i'll need to read more into that too
<richardjortega>
not sure where to start their either ;)
<richardjortega>
maybe i'll just wait for Rails 4 Live Streaming
jonahR has quit [Quit: jonahR]
<richardjortega>
thank you again judofyr and andrewvos
<judofyr>
richardjortega: well, here's how I would do it. when you start a process you store metadata inside the database: job = Job.create(:command => "rake"). then you pick a filename from the job-id (def filename; "tmp/jobs/#{self.id}" end) and have a job.start that does: `output = File.open(filename, "w"); self.pid = Process.spawn(…, :out => output, :err => output)`
<judofyr>
richardjortega: then you have a JSON-endpoint that does: job = Job.find(params[:id]); render :json => { :data => File.read(job.filename) }
<judofyr>
richardjortega: (or, maybe you want the endpoint to take an `offset`-parameter so you only need to send the new content.
<richardjortega>
i get that
<richardjortega>
that sounds really cool
<judofyr>
richardjortega: then write some JS to hit that URL every x seconds
swav has joined #ruby-lang
jwollert has quit [Ping timeout: 248 seconds]
cardoni has joined #ruby-lang
jwollert has joined #ruby-lang
wallerdev has quit [Quit: wallerdev]
klebervirgilio has quit [Remote host closed the connection]
cultureulterior_ has joined #ruby-lang
rippa has quit [Ping timeout: 240 seconds]
dwu1 has quit [Quit: Leaving.]
marr has quit []
nkr has joined #ruby-lang
dwu1 has joined #ruby-lang
leopard_me has joined #ruby-lang
kiddorails has quit [Ping timeout: 248 seconds]
psycho_one has quit [Remote host closed the connection]
dous has quit [Read error: Connection reset by peer]
dous has joined #ruby-lang
Guest9041 has quit [Ping timeout: 260 seconds]
dwu1 has quit [Quit: Leaving.]
tris has quit [Read error: Operation timed out]
Guest9041 has joined #ruby-lang
tris has joined #ruby-lang
kurko_ has joined #ruby-lang
megha has joined #ruby-lang
Nisstyre has quit [Ping timeout: 240 seconds]
ddd has quit [Quit: college matriculation time! later all]
kurko_ has quit [Ping timeout: 252 seconds]
krz has quit [Quit: krz]
Nisstyre has joined #ruby-lang
zz_chrismcg is now known as chrismcg
Nisstyre has quit [Ping timeout: 276 seconds]
tjadc has joined #ruby-lang
AFlyingMonkey has quit [Ping timeout: 276 seconds]
m3nd3s has joined #ruby-lang
marr has joined #ruby-lang
<injekt>
huzzah
<injekt>
I really need to try and debug irb
<judofyr>
injekt: why?
<whitequark>
yorickpeterse: it doesn't make sense
<whitequark>
well, unless you turn off GC, in which case it doesn't make much sense either
chrismcg is now known as zz_chrismcg
ivanoats has joined #ruby-lang
<injekt>
judofyr: my irb history hasn't worked for like.. ever
<injekt>
and it's starting to bother me
<judofyr>
injekt: pry, dude. pry
<injekt>
I use pry but dont have it on some rails apps I share, which means rails opens irb
<injekt>
and i have no history
Nisstyre has joined #ruby-lang
<judofyr>
./script/runner binding.pry :D
<injekt>
lol
carloslopes has joined #ruby-lang
m3nd3s has quit [Remote host closed the connection]
m3nd3s has joined #ruby-lang
sandbags has joined #ruby-lang
sandbags has joined #ruby-lang
m3nd3s has quit [Read error: Connection reset by peer]
ivanoats has quit [Ping timeout: 265 seconds]
cjs226 has quit []
m3nd3s has joined #ruby-lang
antbody has joined #ruby-lang
ryez_ has joined #ruby-lang
carloslopes has quit [Ping timeout: 248 seconds]
psycho_one has joined #ruby-lang
carloslopes has joined #ruby-lang
Nisstyre has quit [Ping timeout: 260 seconds]
GarethAdams has quit [Quit: Leaving...]
sabfer has joined #ruby-lang
oddmunds has joined #ruby-lang
Nisstyre has joined #ruby-lang
<yorickpeterse>
whitequark: it does in my case
<yorickpeterse>
it's a rough indication to see if my code is going rampant
jxie has joined #ruby-lang
kurko__ has joined #ruby-lang
madish has joined #ruby-lang
serhart has joined #ruby-lang
<zzak>
good morning!
cored has joined #ruby-lang
cored has quit [Changing host]
cored has joined #ruby-lang
<zzak>
injekt: ive seen experienced similar issues
<zzak>
mostly in trunk
antbody has quit [Quit: leaving]
kurko__ is now known as kurko_
<yorickpeterse>
injekt: there's a hack to load Pry when IRB is started
<injekt>
zzak: ive had it all through 1.9.3 :(
<injekt>
yorickpeterse: yeah Ive seen it
<yorickpeterse>
USE ZEH PRY
rippa has joined #ruby-lang
<zzak>
pry is not a replacement for bug reports on irb
agarcia has quit [Ping timeout: 265 seconds]
<zzak>
injekt: i dont get it in 1.9.3, just when i switch to trunk via 'rvm system'
<injekt>
weird
<zzak>
maybe because it's installed to /usr/local?
sepp2k has joined #ruby-lang
<injekt>
mines in ~/.ruby
<yorickpeterse>
zzak: No, but Pry can be used to work around those bugs :)
antbody has joined #ruby-lang
<injekt>
blah been working for a client all day writing rspec specs :(
<injekt>
rspec makes me mad and sad
pcboy_ has quit [Remote host closed the connection]
<injekt>
zzak: should it work out the box without specifying history in the irbrc?
<zzak>
injekt: youd think
<injekt>
zzak: well I have 'irc/ext/savehistory' required, too
<injekt>
irb*
<injekt>
save-history
<zzak>
you shouldnt need to
<zzak>
my irbrc is blank
<injekt>
yeah I didn't think so
spuk has quit [Quit: Human beings were created by water to transport it uphill.]
<injekt>
will try trunk
<injekt>
zzak: how up to date are you?
<injekt>
with HEAD
<zzak>
december 30th
<injekt>
k
<zzak>
does __ work for you?
<injekt>
__ or _ ?
<zzak>
__ is supposed to be "history of evaulated commands" but ive never tried it
<zzak>
and there is __[line_number]
<injekt>
me either, I only ever knew of _
cjs226 has joined #ruby-lang
<zzak>
it was in an old doc
gnufied2 has quit [Quit: Leaving.]
<injekt>
compiling trunk
<injekt>
just saw your tweet, what you got planned? :)
<zzak>
need to finish my slides, and theres a bunch of patches i need to review :)
<injekt>
for what?
<zzak>
mri docs
<yorickpeterse>
injekt: out of curiosity, what do you dislike of rspec? I prefer Bacon but I don't really dislike rspec
<injekt>
ah sweet
pcboy_ has joined #ruby-lang
<zzak>
its only 07:42 am here, so ive got all day :)
<yorickpeterse>
I just don't understand the mocking framework though
<injekt>
yorickpeterse: right now it's because i'm not familiar with it so I cant 'just do it' mostly
<injekt>
zzak: sweet!
<injekt>
yorickpeterse: i dont mind bacon, rspec is just mahoosive
<injekt>
the reason I dont use either is because of 'should'
<injekt>
and yes I know I can extend them to change that
<chris2>
bacon is tasty :P
<workmad3>
injekt: you don't need to extend rspec for that anymore
<yorickpeterse>
zzak: re: auto indent (see the comment on Redmine, don't have my login details so I can't comment myself): it used to be enabled by dfeault
<yorickpeterse>
* default
breakingthings has joined #ruby-lang
<yorickpeterse>
changing that without notice seems like a bad idea to me, unless it was mentioned somewhere
<injekt>
zzak: not history yet ;)
<injekt>
zzak: I guess that's the only 'broken' one
<zzak>
yeah
tonni has quit [Remote host closed the connection]
<zzak>
history is probably just disabled by default or something
<zzak>
i wasnt smart enough to find the command to enable it or see if its disabled
<injekt>
zzak: try with bin/irb -rirb/ext/save-history
<injekt>
still doesn't work for me
serhart has joined #ruby-lang
zz_chrismcg is now known as chrismcg
<zzak>
like IRB.conf[:SAVE_HISTORY] and IRB.conf[:HISTORY_FILE] are both nil
<zzak>
but same is true for 1.9.3
<injekt>
hm
rippa has quit [Ping timeout: 240 seconds]
chrismcg is now known as zz_chrismcg
<injekt>
maybe keiju can shed some light on it
<zzak>
yeh
<injekt>
not sure why my messages still aren't showing up, did you see them via email?
dhruvasagar has quit [Ping timeout: 255 seconds]
<zzak>
yorickpeterse: you can comment via ML it just takes a few minutes
<zzak>
injekt: too ^^
<injekt>
yeah i replied to two issues
<injekt>
I've replied to others before i guess it's just taking longer now :)
<zzak>
i think it depends on redmine
<zzak>
scarey thought
Hakon has joined #ruby-lang
<injekt>
ah it's shown up now
karasawa has quit [Ping timeout: 246 seconds]
<yorickpeterse>
zzak: ah yes that's true
<yorickpeterse>
Ah yes, that's why I didn't see it: I filter out bug reports from the ML
Guest9041 has quit [Remote host closed the connection]
Guest9041 has joined #ruby-lang
karasawa has joined #ruby-lang
Rarrikins has joined #ruby-lang
krz has joined #ruby-lang
sabfer has joined #ruby-lang
krz has quit [Max SendQ exceeded]
<zzak>
oo
<zzak>
found it
<zzak>
irb_context.auto_indent_mode = true
<zzak>
instead of custom prompt in irbrc
krz has joined #ruby-lang
krz has quit [Max SendQ exceeded]
banister`sleep has left #ruby-lang [#ruby-lang]
banisterfiend has joined #ruby-lang
<banisterfiend>
zzak: do you know the criterion for a lib to be pulled into stdlib? no deps? It would be interesting to know what we'd have to change to get pry in stdlib
<imperator>
be careful what you wish for
<yorickpeterse>
wasn't stdlib going to be gemified?
krz has joined #ruby-lang
<banisterfiend>
yeah perhaps stdlib is where libraries go to die
<banisterfiend>
;)
<judofyr>
:)
<yorickpeterse>
le stdlib is le ghetto
<yorickpeterse>
lelelel
<yorickpeterse>
I'll see myself out, again
<judofyr>
thank you
mistym has quit [Remote host closed the connection]
<injekt>
banisterfiend: someone asked to have slop merged into stdlib, i was against it
<imperator>
yorickpeterse, shoulda happened *years* ago
<injekt>
plus yeah, I think it's going to be gemified.. some day
<imperator>
injekt, by christmas, i'm sure
<injekt>
2023
<banisterfiend>
injekt: why were u gainst it? just because it locks people into an old version?
<injekt>
banisterfiend: yeah, i can't quickly push updates to it and people will have them straight away
<injekt>
banisterfiend: it wouldn't have gotten merged anyway unless i removed instance_eval stuff
vlad_sta_ has joined #ruby-lang
<banisterfiend>
injekt: really? how come? that's a rule for stdlib?
voker57 has joined #ruby-lang
voker57 has quit [Changing host]
voker57 has joined #ruby-lang
<injekt>
banisterfiend: they didn't like the 'instance_eval' magic, they would have preferred it to work like optparse (obviously slop allows that, but it promotes instance eval)
vlad_starkov has quit [Read error: Connection reset by peer]
<zzak>
there have been a few requests for new libraries in stdlib
<zzak>
but gemify isn't usually a stopper
<zzak>
request is usually "lets add library X to replace library Y"
<injekt>
I was going to patch optparse so it stored option values and you could to opts.to_hash kinda stuff like slop does but meh
<injekt>
zzak: yeah
<zzak>
and response is usually "why not fix library Y instead?"
<zzak>
drbrain or tenderlove would be the guys to talk to about maintaining a stdlib gem
<zzak>
psych and rdoc are both in stdlib and maintained as separate gems
ryanv-raptor has joined #ruby-lang
gaveen has quit [Ping timeout: 256 seconds]
<imperator>
this is why i love open classes
<imperator>
oh, that File method that doesn't work on windows that you refuse to fix? i can make it work, and i don't need your FUCKING PERMISSION
<yorickpeterse>
People use Windows?
<imperator>
there's, like, 3
<yorickpeterse>
poor souls must be lost
<imperator>
so, 1 more than BeOS
<imperator>
or Haiku, or whatever it's called now
<yorickpeterse>
At least that's somewhat POSIX
<yorickpeterse>
somewhat
wyhaines has joined #ruby-lang
davidbalber|away is now known as davidbalbert
mistym has joined #ruby-lang
mistym has quit [Changing host]
mistym has joined #ruby-lang
<imperator>
posix? the standard that says path names are capped at 256 characters? that standard?
<yorickpeterse>
Exactly
<yorickpeterse>
Fine fine
<yorickpeterse>
At least it's UNIX
<yorickpeterse>
somewhat
jonahR has joined #ruby-lang
<imperator>
it's BETTA!
xalei has quit [Remote host closed the connection]
* imperator
cries for days of BeOS gone by
<yorickpeterse>
Hey
<yorickpeterse>
Solaris
* yorickpeterse
runs
* imperator
doesn't get it
<yorickpeterse>
Solaris was pretty shit from what I've read
<imperator>
i was using it in the late 90's on an IPC
goodman1 has joined #ruby-lang
<imperator>
used it throughout my qwest days
jxie has joined #ruby-lang
<imperator>
sunblade 100, then a 150
leopard_me has quit [Quit: Computer has gone to sleep.]
<imperator>
pretty solid server OS, but as a desktop OS, took some getting used to
<imperator>
CDE anyone?
<imperator>
and the hardware, cripes, seriously overpriced
gaveen has joined #ruby-lang
gaveen has quit [Changing host]
gaveen has joined #ruby-lang
rondale_sc has joined #ruby-lang
slyphon has joined #ruby-lang
<imperator>
so slyphon, what's YOUR opinion on Solaris?
<ericwood>
sun hardware was pretty
<ericwood>
looked real nice in a server rack
<slyphon>
imperator: Solaris is/was like linux's dad
rondale_sc has left #ruby-lang [#ruby-lang]
<yorickpeterse>
I think this is literally the first time I hear somebody talk positive about Solaris
<slyphon>
not quite as much fun as linux, but he showed up to work on time and didn't fucking flake out
<slyphon>
dude
<slyphon>
solaris was fucking *rock solid stable*
<ericwood>
zones sound pretty cool in theory, I haven't used it though
larrylv has joined #ruby-lang
<workmad3>
had a guy who worked here a little while ago who described solaris as 'absolutely awesome... as long as he doesn't have to touch it'
<yorickpeterse>
slyphon: not sure if that's sarcasm
<slyphon>
zones were great
<slyphon>
no, not sarcasm
<yorickpeterse>
heh
<slyphon>
i would rather use SMF and zones over basically any other system
<ericwood>
chrooooooooots
rins has joined #ruby-lang
<workmad3>
I'm sure a well setup solaris with zones would be pretty awesome
MaddinXx has joined #ruby-lang
<workmad3>
unfortunately, I've only ever seen solaris with zones set up in nightmarishly stupid configurations
<slyphon>
yeah, i worked with 3 guys who knew solaris really well, i think that made a huge difference
<ericwood>
but seriously, the hardware is beautiful, makes it all worth it
leopard_me has joined #ruby-lang
<ericwood>
I've also heard good things about "plumbing" or whatever they call it
<workmad3>
(admittedly, I've only ever had the 'pleasure' of dealing with one solaris setup... the nightmarishly stupid one)
panpainter has joined #ruby-lang
stardiviner has joined #ruby-lang
panpainter has quit [Client Quit]
kain has quit [Quit: exit]
stevechiagozie has joined #ruby-lang
tonni has joined #ruby-lang
rins_ has joined #ruby-lang
kain has joined #ruby-lang
slyphon has quit [Remote host closed the connection]
zz_chrismcg is now known as chrismcg
slyphon has joined #ruby-lang
<slyphon>
glad to see colloquy hasn't changed
rins has quit [Ping timeout: 264 seconds]
kgrz has joined #ruby-lang
rondale_sc has joined #ruby-lang
krz has quit [Quit: Leaving]
Rarrikins_u has joined #ruby-lang
blahwoop has joined #ruby-lang
methods has joined #ruby-lang
Rarrikins has quit [Ping timeout: 240 seconds]
dustint_ has joined #ruby-lang
Nisstyre has quit [Ping timeout: 276 seconds]
dustint has quit [Ping timeout: 240 seconds]
methods has left #ruby-lang [#ruby-lang]
krz has joined #ruby-lang
gnufied has quit [Quit: Leaving.]
panpainter has joined #ruby-lang
sailias has quit [Quit: Leaving.]
tjadc has joined #ruby-lang
|Vargas| has quit [Quit: ...]
carloslopes has quit [Remote host closed the connection]
Nisstyre has joined #ruby-lang
sailias has joined #ruby-lang
banisterfiend has quit [Remote host closed the connection]
goodman1 has quit [Excess Flood]
goodman1 has joined #ruby-lang
krz has quit [Quit: Leaving]
mwjcomputing has quit [Ping timeout: 244 seconds]
AFlyingMonkey has joined #ruby-lang
gja has joined #ruby-lang
gja has quit [Changing host]
gja has joined #ruby-lang
stardiviner has quit [Ping timeout: 256 seconds]
gja has quit [Quit: Leaving]
csgui has quit [Quit: csgui]
dr_bob has quit [Quit: Leaving.]
Axsuul has joined #ruby-lang
kiddorails1 has quit [Ping timeout: 255 seconds]
dr_bob has joined #ruby-lang
csgui has joined #ruby-lang
banisterfiend has joined #ruby-lang
MaddinXx has quit [Remote host closed the connection]
gnufied1 has joined #ruby-lang
carloslopes has joined #ruby-lang
stardiviner has joined #ruby-lang
csgui has quit [Quit: csgui]
kiddorails has joined #ruby-lang
macmartine has joined #ruby-lang
carloslopes has quit [Ping timeout: 255 seconds]
MaddinXx has joined #ruby-lang
havenn has quit [Remote host closed the connection]
andrewhl has joined #ruby-lang
zhul_mechanos has joined #ruby-lang
fjfish has joined #ruby-lang
havenn has joined #ruby-lang
francisfish has quit [Ping timeout: 240 seconds]
fjfish has quit [Remote host closed the connection]
csgui has joined #ruby-lang
kogent has quit [Quit: kogent]
madhadron has joined #ruby-lang
mwjcomputing has joined #ruby-lang
sabfer has quit [Quit: sabfer]
rcvalle has quit [Quit: Leaving]
imajes has quit [Excess Flood]
judofyr has quit [Remote host closed the connection]
imajes has joined #ruby-lang
imajes has quit [Excess Flood]
imajes has joined #ruby-lang
zmack has quit [Remote host closed the connection]
agarcia has quit [Ping timeout: 276 seconds]
rcvalle has joined #ruby-lang
flujan has joined #ruby-lang
<flujan>
hello guys.
<flujan>
I am reading a lot about ruby 2.0 being able to import/export using byte code. But I actually cannot see a example of this feature.
<banisterfiend>
injekt: is this how you document return values with tomdoc? "# Returns a new instance of Slop."
apeiros_ has quit [Remote host closed the connection]
<banisterfiend>
injekt: that seems kind of informal
<banisterfiend>
i mean, that's not a tag, it's just free text right?
<yorickpeterse>
My gripe with rdoc is that I dislike its markup for parameters and such, I also don't like the templates that are out there. My problem with Tomdoc is that its too "natural" and as such there are a 101 ways of doing things