Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/bracecomp.rb

Instance Method Summary collapse

Instance Method Details

#expandObject



4
5
6
# File 'lib/bracecomp.rb', line 4

def expand
  BraceComp.new(self).parse.expand
end