class Guh::Type::ValueOperator

Public Class Methods

all() click to toggle source

Returns a list of value operators that may be used for the creation of rules

# File lib/guh/type/value_operator.rb, line 9
def self.all
  introspect = Guh::Base.introspect
  introspect['types']['ValueOperator']
end