class Blueprinter::Field

def if_callable

def if_callable
  return @if_callable if defined?(@if_callable)
  @if_callable = callable_from(:if)
end