403Webshell
Server IP : 66.29.132.122  /  Your IP : 52.14.151.45
Web Server : LiteSpeed
System : Linux business142.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : admazpex ( 531)
PHP Version : 7.2.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /proc/self/root/proc/self/root/proc/thread-self/root/proc/thread-self/root/opt/puppetlabs/puppet/lib/ruby/vendor_gems/gems/gettext-3.2.2/samples/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/self/root/proc/self/root/proc/thread-self/root/proc/thread-self/root/opt/puppetlabs/puppet/lib/ruby/vendor_gems/gems/gettext-3.2.2/samples/hello_plural.rb
#!/usr/bin/ruby
# hello_plural.po - sample for n_() and class.
#
# Copyright (C) 2002-2006 Masao Mutoh
# This file is distributed under the same license as gettext.

require 'rubygems'
require 'gettext'

class HelloPlural
  include GetText

  def initialize
    base_dir = File.dirname(__FILE__)
    bindtextdomain("hello_plural", :path => File.join(base_dir, "locale"))
  end

  def hello
    (0..2).each do |v|
      puts n_("There is an apple.\n", "There are %{num} apples.\n", v) % {:num => v}
    end
  end
end

hello = HelloPlural.new

hello.hello

Youez - 2016 - github.com/yon3zu
LinuXploit