class PostProcess::Change

Included Modules

Defined in:

post_process/change.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, pattern : String, new_value : String, multi_line : Bool | Nil = false) #

[View source]
def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]

Instance Method Detail

def change(file_content : String, api_name : String) #

[View source]
def multi_line : Bool | Nil #

[View source]
def multi_line=(multi_line : Bool | Nil) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def new_value : String #

[View source]
def new_value=(new_value : String) #

[View source]
def pattern : String #

[View source]
def pattern=(pattern : String) #

[View source]