Sha256: b0c048a0348ff762dec4c09156c828e2562258baa8b6cab4313d4b647c0bc522

Contents?: true

Size: 1.23 KB

Versions: 2

Compression:

Stored size: 1.23 KB

Contents

=begin

This file is part of the sandboxed_erb project, https://github.com/markpent/SandboxedERB

Copyright (c) 2011 Mark Pentland <mark.pent@gmail.com>

sandboxed_erb is free software: you can redistribute it and/or modify
it under the terms of the gnu general public license as published by
the free software foundation, either version 3 of the license, or
(at your option) any later version.

sandboxed_erb is distributed in the hope that it will be useful,
but without any warranty; without even the implied warranty of
merchantability or fitness for a particular purpose.  see the
gnu general public license for more details.

you should have received a copy of the gnu general public license
along with shikashi.  if not, see <http://www.gnu.org/licenses/>.

=end


#add sandboxed method to basic inbuilt objects

String.not_sandboxed_methods true
Fixnum.not_sandboxed_methods true
Float.not_sandboxed_methods true
Range.not_sandboxed_methods true
Symbol.not_sandboxed_methods true
Time.not_sandboxed_methods true
Date.not_sandboxed_methods true
DateTime.not_sandboxed_methods true
NilClass.not_sandboxed_methods true
Array.not_sandboxed_methods true
Hash.not_sandboxed_methods true
FalseClass.not_sandboxed_methods true
TrueClass.not_sandboxed_methods true

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sandboxed_erb-0.3.0 lib/sandboxed_erb/system_mixins.rb
sandboxed_erb-0.2.0 lib/sandboxed_erb/system_mixins.rb