Sha256: 3ae3cd94613b5d2a17168a913fcde534283dd8a130eb82d6fcd1d21afba1cae4

Contents?: true

Size: 258 Bytes

Versions: 2

Compression:

Stored size: 258 Bytes

Contents

module Finitio
  class ProxyType

    def generate_data(*args, &bl)
      # Proxy type is supposed to be used only on recursive types
      # so we can't go further to avoid a infinite recursion
      {}
    end

  end # class ProxyType
end # module Finitio

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
finitio-0.12.0 lib/finitio/generation/proxy_type.rb
finitio-0.11.4 lib/finitio/generation/proxy_type.rb