49 50 51
# File 'lib/dooby/core_ext.rb', line 49 def first_char self[0, 1] end
45 46 47
# File 'lib/dooby/core_ext.rb', line 45 def only_tags(*wanted_tags) split(' ').only_tags(*wanted_tags) end