Sha256: 68bd4200bd382ce9bdf7aa8ffdd9af0ccb056c3cc384a910acdcda66c6d374c9
Contents?: true
Size: 323 Bytes
Versions: 45
Compression:
Stored size: 323 Bytes
Contents
class NodeMutation::Result attr_accessor file_path (): String attr_accessor new_source (): String attr_accessor actions (): Array[NodeMutation::Struct::Action] def initialize: (source: String) -> NodeMutation::Result def affected?: () -> bool def conflicted?: () -> bool def to_json: (*args) -> String end
Version data entries
45 entries across 45 versions & 1 rubygems