Guest User

Untitled

a guest
Oct 18th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. Object.const_get('Array')
  2.  
  3. defined?(Object.const_get('Array'))
  4. #=> "method"
  5. defined?(Array)
  6. #=> "constant"
Add Comment
Please, Sign In to add comment