Displaying 2 results from an estimated 2 matches for "853798".
Did you mean:
053798
2011 Mar 03
1
Does RSpec interfere with Pathname#dirname or Pathname#realpath ?
...puts ENV[''rvm_path'']
rvm_path = Pathname.new(ENV[''rvm_path''] || ''~/.rvm'')
rvm_path.dirname.realpath.directory?
end
module_function :rvm_local_install?
end
end
end
I get this error:
https://gist.github.com/853798
irb version:
$ irb
ruby-1.9.2-p136 :001 > require ''pathname'';
ruby-1.9.2-p136 :002 >
Dir.chdir(''/home/hedge/Documents/Workspaces/b3/spec/b3/'') do
ruby-1.9.2-p136 :003 > pn=Pathname.new(ENV[''rvm_path''] || ''~/.rvm''...
2007 Sep 25
0
RMagick and pdf:writer
hi everyone,
I wanna know if I use i = Magick::ImageList.new("Button_A.gif",
"Cheetah.jpg"),
can this function return a i as an image
if not I wish that u helpme to find something that I can do to collect
many pics in one pics so I can list it in pdf by pdf.image i
because when I use pdf.image.(every pics), it''s put every pics in a line
and this isn''t my goal