Class: Travis::Conditions::V0::Parser
- Inherits:
-
Struct
- Object
- Struct
- Travis::Conditions::V0::Parser
- Defined in:
- lib/travis/conditions/v0/parser.rb
Constant Summary collapse
- FUNCS =
%w(env)
- PRESENCE =
%w(present blank)
Instance Attribute Summary collapse
-
#opts ⇒ Object
Returns the value of attribute opts.
Instance Method Summary collapse
Instance Attribute Details
#opts ⇒ Object
Returns the value of attribute opts
6 7 8 |
# File 'lib/travis/conditions/v0/parser.rb', line 6 def opts @opts end |
Instance Method Details
#parse(str) ⇒ Object
10 11 12 |
# File 'lib/travis/conditions/v0/parser.rb', line 10 def parse(str) parser.parse(str) end |