Sha256: d280d7e582f560c4b996b5941f78d8566282a7c83d103576bfa1b317a5106b63

Contents?: true

Size: 175 Bytes

Versions: 10

Compression:

Stored size: 175 Bytes

Contents

<?php

namespace CoffeeScript;

Init::init();

class Value
{
  function __construct($v)
  {
    $this->v = $v;
  }

  function __toString()
  {
    return $this->v;
  }
}

?>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
guard-mthaml-0.4.0 vendor/coffeescript/coffeescript/src/CoffeeScript/Value.php
guard-mthaml-0.3.1 vendor/coffeescript/coffeescript/src/CoffeeScript/Value.php
guard-mthaml-0.3.0 vendor/coffeescript/coffeescript/src/CoffeeScript/Value.php
guard-mthaml-0.2.5 vendor/coffeescript/coffeescript/src/CoffeeScript/Value.php
guard-mthaml-0.2.4 vendor/coffeescript/coffeescript/src/CoffeeScript/Value.php
guard-mthaml-0.2.3 vendor/coffeescript/coffeescript/src/CoffeeScript/Value.php
guard-mthaml-0.2.2 vendor/coffeescript/coffeescript/src/CoffeeScript/Value.php
guard-mthaml-0.2.1 vendor/coffeescript/coffeescript/src/CoffeeScript/Value.php
guard-mthaml-0.2.0 vendor/coffeescript/coffeescript/src/CoffeeScript/Value.php
guard-mthaml-0.1.0 vendor/coffeescript/coffeescript/src/CoffeeScript/Value.php