Class: KDL::Types::IRL

Inherits:
IRLReference show all
Defined in:
lib/kdl/types/irl.rb,
lib/kdl/types/irl/parser.rb

Defined Under Namespace

Classes: Parser

Constant Summary

Constants inherited from Value

Value::Null

Instance Attribute Summary

Attributes inherited from IRLReference

#unicode_domain, #unicode_hash, #unicode_path, #unicode_search, #unicode_value

Attributes inherited from Value

#format, #type, #value

Class Method Summary collapse

Methods inherited from IRLReference

#initialize

Methods inherited from Value

#as_type, from, #initialize, #stringify_value, #to_s

Constructor Details

This class inherits a constructor from KDL::Types::IRLReference

Class Method Details

.call(value, type = 'irl') ⇒ Object



36
37
38
# File 'lib/kdl/types/irl.rb', line 36

def self.call(value, type = 'irl')
  super(value, type)
end

.parser(string) ⇒ Object



40
41
42
# File 'lib/kdl/types/irl.rb', line 40

def self.parser(string)
  IRL::Parser.new(string)
end