Guest User

Untitled

a guest
Apr 16th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. require 'rubygems'
  2. require 'archive/tar/minitar'
  3.  
  4. module UArchive
  5. def self.count
  6. puts Archive::Tar::Minitar.methods
  7. end
  8. end
  9.  
  10. ## UArchive.count
  11.  
  12. Y'avait une faute, là :)
Add Comment
Please, Sign In to add comment