Class: Tracing::NameFilter
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
- #allow?(name) ⇒ Boolean
-
#initialize(options) ⇒ NameFilter
constructor
A new instance of NameFilter.
Constructor Details
#initialize(options) ⇒ NameFilter
Returns a new instance of NameFilter.
5 6 7 |
# File 'lib/filters/name_filter.rb', line 5 def initialize() = end |
Instance Attribute Details
#options ⇒ Object
Returns the value of attribute options.
3 4 5 |
# File 'lib/filters/name_filter.rb', line 3 def end |
Instance Method Details
#allow?(name) ⇒ Boolean
9 10 11 |
# File 'lib/filters/name_filter.rb', line 9 def allow?(name) true end |