Method: DesignByContract::Interface#raw

Defined in:
lib/design_by_contract/interface.rb

#rawObject



40
41
42
43
44
# File 'lib/design_by_contract/interface.rb', line 40

def raw
  @method_specifications.reduce({}) do |hash, (k,v)|
    hash.merge(k => v.raw)
  end
end