class Flor::Pro::Coll
Protected Instance Methods
atomic?(child_tree)
click to toggle source
# File lib/flor/pcore/_coll.rb, line 7 def atomic?(child_tree) t0, t1 = child_tree return false if t1.is_a?(Array) return false if t0 == '_dqs' && t1.index('$(') return false if t0 == '_rxs' return false if t0 == '_func' Flor::Pro::Atom.names.include?(t0) end