# File dl/lib/dl/pack.rb, line 52 def align(addr, align) d = addr % align if( d == 0 ) addr else addr + (align - d) end end
This page was generated for Ruby 2.0
Ruby-doc.org is hosted by James Britt and Neurogami, an avant garage research + development in Scottsdale, AZ.
Generated with Ruby-doc Rdoc Generator 0.24.6.