Sha256: e1d7fdf9439886ce29d430bbe77bff825915fc5d7ff282ba535a6a4e93f8daad
Contents?: true
Size: 1.16 KB
Versions: 21
Compression:
Stored size: 1.16 KB
Contents
# This file is autogenerated. Do not edit it by hand. Regenerate it with: # srb rbi gems # typed: strong # # If you would like to make changes to this file, great! Please create the gem's shim here: # # https://github.com/sorbet/sorbet-typed/new/master?filename=lib/crack/all/crack.rbi # # crack-0.4.3 class REXMLUtiliyNodeString < String def attributes; end def attributes=(arg0); end end class REXMLUtilityNode def add_node(node); end def attributes; end def attributes=(arg0); end def children; end def children=(arg0); end def initialize(name, normalized_attributes = nil); end def inner_html; end def name; end def name=(arg0); end def self.available_typecasts; end def self.available_typecasts=(obj); end def self.typecasts; end def self.typecasts=(obj); end def to_hash; end def to_html; end def to_s; end def type; end def type=(arg0); end def typecast_value(value); end def undasherize_keys(params); end def unnormalize_xml_entities(value); end end module Crack end class Crack::REXMLParser def self.parse(xml); end end class Crack::XML def self.parse(xml); end def self.parser; end def self.parser=(parser); end end
Version data entries
21 entries across 21 versions & 1 rubygems