class DrgDSL::Ast::Empty

Public Instance Methods

hash() click to toggle source
# File lib/drgdsl/ast.rb, line 302
def hash
  @hash ||= type.hash
end
to_hash() click to toggle source
# File lib/drgdsl/ast.rb, line 298
def to_hash
  { empty: nil }
end