module Opal::Nodes::Closure::NodeSupport

def closure_is?(type)

def closure_is?(type)
  @closure.is?(type)
end