module Lookbook::InspectableEntity

def source_lang

Returns:
  • (Hash) - Language info hash

Other tags:
    Example: :ruby -
def source_lang
  custom_source? ? Lang.guess(source_file_path, :ruby) : Lang.find(:ruby)
end