Skip to content

Instantly share code, notes, and snippets.

@ShinichiU
ShinichiU / openpneActionListTask.class.php
Created June 1, 2012 07:11 — forked from co3k/openpneActionListTask.class.php
symfony アプリケーションのアクションの一覧を出すやつ
<?php
/**
* This file is part of the OpenPNE package.
* (c) OpenPNE Project (http://www.openpne.jp/)
*
* For the full copyright and license information, please view the LICENSE
* file and the NOTICE file that were distributed with this source code.
*/
require 'formula'
def build_java?; ARGV.include? "--java"; end
def build_perl?; ARGV.include? "--perl"; end
def build_python?; ARGV.include? "--python"; end
def build_ruby?; ARGV.include? "--ruby"; end
def with_unicode_path?; ARGV.include? '--unicode-path'; end
class UniversalNeon < Requirement
def message; <<-EOS.undent