class Jcompiler::Provider def initialize(bind) @bind = bind end def array!(arr, &block) "[\"#{block.to_source}\"]" end private attr_reader :bind end