Module: Ronin::SQL::Fields
- Included in:
- Clause, InjectionExpr, StatementList
- Defined in:
- lib/ronin/sql/fields.rb
Overview
Allows creating Fields via #method_missing.
Instance Method Summary collapse
-
#method_missing(name, *arguments, &block) ⇒ Object
protected
Allows specifying databases, tables or columns.
- #respond_to_missing?(name) ⇒ true
- #to_ary ⇒ nil
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
Instance Method Details
#respond_to_missing?(name) ⇒ true
36 37 38 |
# File 'lib/ronin/sql/fields.rb', line 36 def respond_to_missing?(name) true end |
#to_ary ⇒ nil
43 44 |
# File 'lib/ronin/sql/fields.rb', line 43 def to_ary end |