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