17 18 19
# File 'lib/fletcher/string.rb', line 17 def constantize self.split("::").inject(Module) {|acc, val| acc.const_get(val)} end