# File lib/maruku/attributes.rb, line 58 def push_id(val); raise "Bad :id #{val.inspect}" if not val push [:id, val] end