Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No need perform: #propertyAt:put: #1

Open
Ducasse opened this issue Sep 24, 2018 · 0 comments
Open

No need perform: #propertyAt:put: #1

Ducasse opened this issue Sep 24, 2018 · 0 comments

Comments

@Ducasse
Copy link
Owner

Ducasse commented Sep 24, 2018

setConvertedValueOf: aBinding
"Set the converted value of aBinding value in the correct property of the receiver. aBinding should be property and a raw value as written in the configuration"

(self declaredItems includes: aBinding key asSymbol)
	ifTrue: [ self setConvertedValueOfDeclaredProperty: aBinding ]
	ifFalse: [ self perform: #propertyAt:put: 
							with: aBinding key asSymbol 
							with: aBinding value ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant