Class: GraphQL::Client::Erubis
- Inherits:
-
ActionView::Template::Handlers::Erubis
- Object
- ActionView::Template::Handlers::Erubis
- GraphQL::Client::Erubis
- Includes:
- ErubisEnhancer
- Defined in:
- lib/graphql/client/erubis.rb
Overview
Class Method Summary collapse
-
.extract_graphql_section(src) ⇒ Object
Deprecated: Use ViewModule.extract_graphql_section.
Methods included from ErubisEnhancer
Class Method Details
permalink .extract_graphql_section(src) ⇒ Object
Deprecated: Use ViewModule.extract_graphql_section.
23 24 25 |
# File 'lib/graphql/client/erubis.rb', line 23 def self.extract_graphql_section(src) ViewModule.extract_graphql_section(src) end |