# File lib/rhc/commands.rb, line 114 def [](meth) value = @table[meth.to_sym] value = value.call if value.is_a? Proc value end