class Hotdog::Expression::AnyHostNode

Public Class Methods

new(separator=nil, options={}) click to toggle source
# File lib/hotdog/expression/semantics.rb, line 748
def initialize(separator=nil, options={})
  super("@host", nil, separator, options)
end

Public Instance Methods

condition(options={}) click to toggle source
# File lib/hotdog/expression/semantics.rb, line 752
def condition(options={})
  "1"
end
condition_tables(options={}) click to toggle source
# File lib/hotdog/expression/semantics.rb, line 756
def condition_tables(options={})
  [:hosts]
end
condition_values(options={}) click to toggle source
# File lib/hotdog/expression/semantics.rb, line 760
def condition_values(options={})
  []
end