8000 Home · cardmagic/lucash Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
cardmagic edited this page Sep 12, 2010 · 17 revisions

Goals for end-product:

  • ls.inspect #=> #<Binary location: “/bin/ls”> 45ED
  • ls.each{ cd _; tar cfz m.tgz * }
  • git commit -a -m Ticket.find(1234).title
  • cd | ls -la.grep /\d+/.first
  • lsf <- (ls | File.open); lsf.first.read
  • lsf.inspect #=> #<Function code: “(ls | File.open)”>
  • pwd.attach(5.seconds) { if ls.size > 0; …. }
  • mybinary <- Binary.clone(location => https://mytrustedsite.com/mybinary)
Clone this wiki locally
0