module Lookbook::InspectableEntity
def source_lang
-
(Hash)
- Language info hash
Other tags:
- Example: :ruby -
def source_lang custom_source? ? Lang.guess(source_file_path, :ruby) : Lang.find(:ruby) end
(Hash)
- Language info hash
def source_lang custom_source? ? Lang.guess(source_file_path, :ruby) : Lang.find(:ruby) end