Class: Dhall::Import::Text

Inherits:
Object
  • Object
show all
Defined in:
lib/dhall/ast.rb

Class Method Summary collapse

Class Method Details

.call(import_value) ⇒ Object



1413
1414
1415
# File 'lib/dhall/ast.rb', line 1413

def self.call(import_value)
	Dhall::Text.new(value: import_value)
end