Sha256: 579d9cfc0273ad6f2c6009221798a03ef2789dfcc63dd250bb4a9ded91a9cb76
Contents?: true
Size: 384 Bytes
Versions: 10
Compression:
Stored size: 384 Bytes
Contents
<?php namespace CoffeeScript; class yy_Index extends yy_Base { public $children = array('index'); function constructor($index) { $this->index = $index; return $this; } function compile($options, $level = NULL) { return '['.$this->index->compile($options, LEVEL_PAREN).']'; } function is_complex() { return $this->index->is_complex(); } } ?>
Version data entries
10 entries across 10 versions & 1 rubygems