class Hjson::AST::Whitespace

Private Instance Methods

skip(n) click to toggle source
# File lib/hjson/ast/nodes/whitespace.rb, line 25
def skip(n)
  n.times { read }
end