class SimpleRepresenter::Computed
Public Instance Methods
process(representer)
click to toggle source
# File lib/simple_representer/computed.rb, line 7 def process(representer) representer.public_send(field) end