root/lang/ruby/safeeval/README

Revision 454, 0.8 kB (checked in by cho45, 4 years ago)

lang/ruby/cutagem/templates/default/README,
lang/ruby/cutagem/templates/command/README,
lang/ruby/safeeval/README:

恥ずかしい typo を修正……

Line 
1
2= SafeEval
3
4by cho45 <cho45@lowreal.net>
5
6== Description
7
8Eval codes in more safe environment.
9
10より安全な環境におけるEvalコード。
11
12== Installation
13
14=== Archive Installation
15
16        rake install
17
18=== Gem Installation
19
20        gem install safeeval
21
22=== Subversion Repository
23
24Hosted by CodeRepos[http://coderepos.org/share/browser/lang/ruby/safeeval]
25
26        svn co http://svn.coderepos.org/share/lang/ruby/safeeval/
27
28== Features/Problems
29
30* This is experimental package, so this is not assured lib.
31
32* 実験パッケージであるので、これは確実なリブではありません。
33
34
35== Synopsis
36
37        require 'safe_eval'
38
39        not_trusted_code = "hogehoge"
40        SafeEval.eval(not_trusted_code)
41
42== Copyright
43
44Author::    cho45 <cho45@lowreal.net>
45Copyright:: Copyright (c) 2007 cho45 www.lowreal.net
46License::   Ruby's
Note: See TracBrowser for help on using the browser.