Flowdock
method

oct

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: TarHeader
oct(num, len) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/package/tar_header.rb, line 229
  def oct(num, len)
    "%0#{len}o" % num
  end
Register or log in to add new notes.