class Gamefic::Proxy::Attr
Public Instance Methods
Source
# File lib/gamefic/proxy/attr.rb, line 6 def fetch(narrative) args.inject(narrative) { |object, key| object.send(key) } end
# File lib/gamefic/proxy/attr.rb, line 6 def fetch(narrative) args.inject(narrative) { |object, key| object.send(key) } end