Guest User

Untitled

a guest
Apr 26th, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. class Gemspec
  2. def method_missing(*)
  3. super
  4. end
  5. end
  6.  
  7. gemspec = Gemspec.new
  8.  
  9. [gemspec].flatten
Add Comment
Please, Sign In to add comment