In applescript:
set allItems to every item whose name is "foo"
In rb-appscript:
all_items = items[its.name.eq "Foo"]
Is there a way to construct a similar search/predicate/what-have-you in MacRuby/ScriptingBridge?
|
In applescript:
In rb-appscript:
Is there a way to construct a similar search/predicate/what-have-you in MacRuby/ScriptingBridge? |
|||
|
|
|
Problem: solved!
|
|||
|
|