Sha256: 5e0fa25dfff857a211d0d93040cc064be134b190c744913c49f593f0b2efd225
Contents?: true
Size: 386 Bytes
Versions: 4
Compression:
Stored size: 386 Bytes
Contents
#module RoCommands # class SpecElement # def initialize(name, opt={}) # @name = name # @content = ERB.new(File.expand_path("../spec_element/describe.rb.erb", __FILE__)).result # end # # def add_to(file) # File.write(file, @content) # end # # def append # # end # # def select(selctor) # # end # # def get_all_from(file) # # end # end #end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ro_commands-0.0.4 | lib/spec_element.rb |
ro_commands-0.0.3 | lib/spec_element.rb |
ro_commands-0.0.2 | lib/spec_element.rb |
ro_commands-0.0.1 | lib/spec_element.rb |