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

Allow to retrieve all variable names of a Scope #496

Merged
merged 4 commits into from
Feb 6, 2020

Conversation

racharya
Copy link
Contributor

@racharya racharya commented Feb 2, 2020

Resolves #291

*
* @return A set of keys
*/
public Set<String> GetKeys(){
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

getKeys

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops! Sorry about that. I have too much C# going on with me.

@ashokgelal
Copy link

@ebussieres Can we merge this please?

@ebussieres ebussieres added this to the 3.1.3 milestone Feb 6, 2020
@ebussieres ebussieres merged commit 7e536a8 into PebbleTemplates:master Feb 6, 2020
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

Successfully merging this pull request may close these issues.

Allow all variable names to be retrieve from ScopeChain/Scope
3 participants