Updated SmartConfig, added keySet() method.

This commit is contained in:
Jonathan Bernard
2011-01-21 13:41:29 -06:00
parent df8fcac2d2
commit b19d1cbe80
2 changed files with 5 additions and 3 deletions

View File

@ -59,4 +59,6 @@ public class SmartConfig {
props."$name" = value.toString()
save()
}
Set<String> keySet() { return this.@props.keySet() }
}