StandardError
# File lib/sup/index.rb, line 19 def initialize h @h = h end
# File lib/sup/index.rb, line 23 def method_missing m; @h[m.to_s] end