method
block_is_within_action_view?
v2.0.3 -
Show latest stable
- Class:
ActionView::Helpers::JavaScriptHelper
block_is_within_action_view?(block)private
No documentation available.
# File actionpack/lib/action_view/helpers/javascript_helper.rb, line 210
def block_is_within_action_view?(block)
eval("defined? _erbout", block.binding)
end