# File lib/ohm.rb, line 71 def self.const(context, name) case name when Symbol, String context.const_get(name) else name end end