class Gamefic::Proxy::Config

Public Instance Methods

[](key) click to toggle source
# File lib/gamefic/proxy/config.rb, line 10
def [](key)
  args.push key
  self
end
select(narrative) click to toggle source
# File lib/gamefic/proxy/config.rb, line 6
def select narrative
  args.inject(narrative.config) { |hash, key| hash[key] }
end