16 17 18 19
# File 'lib/css_builder.rb', line 16 def id!(*args, &block) _start_tag("##{args[0]}", *args[1..-1], &block) @css end