Skip to content

Instantly share code, notes, and snippets.

View ozzyaaron's full-sized avatar

Aaron Todd ozzyaaron

View GitHub Profile
i = 0
html = ""
rows_array = rows.map {|r| PdfUtilities.separate_rows r}
# rows_array will be something like:
# [["<td>one</td>", "<td>two</td>"], ["<td>three</td>"]]
rows_array.select {|r| r[i].nil? }.each do |rr|
#rr[i] is rr now I think
end
Error
We couldn’t find that file to show.
We couldn’t find that file to show.
def dest
export AUTOFEATURE=false
export RSPEC=true
export PATH=/Applications/MAMP/Library/bin:~/bin:/usr/local/bin:/usr/local/sbin:$PATH
export LD_LIBRARY_PATH=/opt/local/lib:$LD_LIBRARY_PATH
export SVN_EDITOR=vi
export PS1='\u@\h:\w $(vcprompt)\$ '
export AUTOFEATURE=false
export RSPEC=true
export PATH=/Applications/MAMP/Library/bin:~/bin:/usr/local/bin:/usr/local/sbin:$PATH
export LD_LIBRARY_PATH=/opt/local/lib:$LD_LIBRARY_PATH
export SVN_EDITOR=vi
export PS1='\u@\h:\w $(vcprompt)\$ '
We couldn’t find that file to show.
We couldn’t find that file to show.
We couldn’t find that file to show.