method
yaml?
v1_9_3_125 -
Show latest stable
- Class:
Gem::Commands::BuildCommand
yaml?(filename)public
No documentation available.
# File lib/rubygems/commands/build_command.rb, line 50
def yaml?(filename)
line = open(filename) { |f| line = f.gets }
result = line =~ %{!ruby/object:Gem::Specification}
result
end