Sha256: 21641dd6128834c49f7ea98dbe487fd2f71323d3deac926799948328e2b55851
Contents?: true
Size: 1.39 KB
Versions: 1
Compression:
Stored size: 1.39 KB
Contents
class ::Hash[unchecked out K, unchecked out V] def with_indifferent_access: () -> ActiveSupport::HashWithIndifferentAccess[K, V] def deep_merge!: (instance | ActiveSupport::HashWithIndifferentAccess[K, V] other) -> self end class ::Object def presence: () -> String? def blank?: () -> bool def present?: () -> bool end class ::Loofah module TextBehavior def text: (?Hash[Symbol, untyped]? options) -> String end class DocumentFragment include TextBehavior end def self.fragment: (String tags, ?String? encoding) -> DocumentFragment end class ::Rails end module ActionController class Base include _ActionControllerBase def self.helpers: () -> _ActionViewBase end end module ActiveSupport class HashWithIndifferentAccess[unchecked out K, unchecked out V] < Hash[K, V] def with_indifferent_access: () -> self def deep_merge!: (instance | Hash[K, V] other) -> self end end interface _ActionControllerBase def render: (*untyped args) { () -> untyped } -> untyped end interface _ActionViewBase def tag: (String name, ?Hash[String | Symbol, untyped] options, ?bool open) -> void def content_tag: (String name, String content, ?Hash[String | Symbol, untyped] options, ?bool open) -> void def safe_join: (Array[String], String) -> String def truncate: (String text, ?Hash[Symbol, untyped] options) -> String def strip_tags: (String html) -> String end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
meta-tags-2.17.0 | sig/lib/_internal/rails.rbs |