instance method
mark_features!
Ruby on Rails 2.3.18
Since v2.2.3 Last seen in v2.3.18Available in: v2.2.3 v2.3.18
Signature
mark_features!()
Make a note of $“ so we can safely reload this instance.
Source
# File railties/lib/fcgi_handler.rb, line 213
def mark_features!
@features = $".clone
end
Defined in railties/lib/fcgi_handler.rb line 213
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in RailsFCGIHandler