Class: Mayu::Resources::Transformers::Haml::TransformOptions

Inherits:
T::Struct
  • Object
show all
Defined in:
lib/mayu/resources/transformers/haml.rb

Instance Method Summary collapse

Instance Method Details

#source_path_without_extensionObject



83
84
85
86
87
88
# File 'lib/mayu/resources/transformers/haml.rb', line 83

def source_path_without_extension
  File.join(
    File.dirname(source_path),
    File.basename(source_path, ".*")
  ).delete_prefix("./")
end