Sha256: b83e0f0e548a08de2945c50a78c758672156c5dd0d0446a20a4db31622754315
Contents?: true
Size: 314 Bytes
Versions: 5
Compression:
Stored size: 314 Bytes
Contents
module Analyst module Entities class Conditional < Entity handles_node :if handles_node :or handles_node :and handles_node :or_asgn handles_node :and_asgn private def contents @contents ||= process_nodes(ast.children).compact end end end end
Version data entries
5 entries across 5 versions & 1 rubygems