lib/universa/contract.rb in universa-3.10.5.3 vs lib/universa/contract.rb in universa-3.11.3.1

- old
+ new

@@ -161,10 +161,14 @@ end end end + class Compound < RemoteAdapter + remote_class "com.icodici.universa.contract.helpers.Compound" + end + # Universa contract adapter. class Contract < RemoteAdapter remote_class "com.icodici.universa.contract.Contract" # Create simple contract with preset critical parts: @@ -348,10 +352,8 @@ # Ruby-style contracts equality. def == other return false if !other || !other.is_a?(Contract) hash_id == other.hash_id end - - end end \ No newline at end of file