module ViewCell::ProxyMethod

adaptrer will inject this

Public Instance Methods

cell(*args) click to toggle source
# File lib/view-cell/proxy.rb, line 16
def cell *args
  ViewCell.cell self, *args
end