Module: _ActionViewBase
- Defined in:
- sig/lib/_internal/rails.rbs
Instance Method Summary collapse
Instance Method Details
#content_tag ⇒ void
This method returns an undefined value.
49 |
# File 'sig/lib/_internal/rails.rbs', line 49 def content_tag: (String name, String content, ?Hash[String | Symbol, untyped] , ?bool open) -> void |
#safe_join ⇒ String
51 |
# File 'sig/lib/_internal/rails.rbs', line 51 def safe_join: (Array[String], String) -> String |
#strip_tags ⇒ String
55 |
# File 'sig/lib/_internal/rails.rbs', line 55 def strip_tags: (String html) -> String |
#tag ⇒ void
This method returns an undefined value.
47 |
# File 'sig/lib/_internal/rails.rbs', line 47 def tag: (String name, ?Hash[String | Symbol, untyped] , ?bool open) -> void |
#truncate ⇒ String
53 |
# File 'sig/lib/_internal/rails.rbs', line 53 def truncate: (String text, ?Hash[Symbol, untyped] ) -> String |