Flowdock
method

yaml?

Importance_0
v1_9_3_392 - Show latest stable - 0 notes - Class: BuildCommand
yaml?(filename) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/commands/build_command.rb, line 54
  def yaml?(filename)
    line = open(filename) { |f| line = f.gets }
    result = line =~ %{!ruby/object:Gem::Specification}
    result
  end
Register or log in to add new notes.